MATLAB - Numerical Methods
What will be the output of this MATLAB code?
p = [1 0 -4];
val = polyval(p, 2);
disp(val);
p = [1 0 -4];
val = polyval(p, 2);
disp(val);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions