sind(180) Index exceeds matrix dimensions.
1 view (last 30 days)
Show older comments
sind(180) Index exceeds matrix dimensions. how can i solve this
0 Comments
Answers (1)
Star Strider
on 20 Jan 2018
You may have a scalar variable named ‘sind’. Run this line in your Command Window (or a script):
which sind -all
If the first result is:
sind is a variable.
you have found the problem. The solution is to rename the variable.
2 Comments
Star Strider
on 20 Jan 2018
My pleasure.
If my Answer helped you solve your problem, please Accept it!
See Also
Categories
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!