MATLAB - Numerical Methods
What is wrong with this code?
x = [1 2 3 4]; y = [2 4 6]; p = polyfit(x, y, 1);
x = [1 2 3 4]; y = [2 4 6]; p = polyfit(x, y, 1);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions