In the MATLAB Command Window, if you type the following commands, what would be the result?
x = 1.0;
for i = 1:1:5
y=x^2+100;
disp([x', y'])
x = x + 1;
end
1 101
2 104
3 109
4 116
5 125
Trades & Technology
You might also like to view...
Vacuoles store a cell's waste material only
Indicate whether the statement is true or false
Trades & Technology
The "brain" of the computer is the ________
A) AD converter B) CPU C) RAM D) PROM
Trades & Technology
A nail is required by code to penetrate into the supporting member by half the depth of the supporting member.
Answer the following statement true (T) or false (F)
Trades & Technology
The last outbreak of foot and mouth disease in ______ resulted in the loss of 6 million cattle.
Fill in the blank(s) with the appropriate word(s).
Trades & Technology