"matrix dimesion must agree" error (simple equation)
Show older comments
When i try to run this i got an error like "Error using / Matrix dimensions must agree.
Error in Untitled2 (line 2)
M=3/s"
s=0.01:0.01:0.99;
M=3/s
plot(M,s)
end
Why am i getting this error?
Answers (1)
Abdurrehman
on 19 Mar 2017
0 votes
Instead of / You should use ./ for matrix division
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!