MATLAB - Numerical Methods
What is the output of this MATLAB code?
x = linspace(1, 4, 4);
y = x .* 2;
y
What is the output of this MATLAB code?
x = linspace(1, 4, 4);
y = x .* 2;
y
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions