MATLAB - Numerical Methods
What will be the output of this MATLAB code?
f = @(x) x.^3;
result = integral(f, 1, 2);
disp(round(result,2));
f = @(x) x.^3;
result = integral(f, 1, 2);
disp(round(result,2));
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions