sind(180) Index exceeds matrix dimensions.

1 view (last 30 days)
hamza ayadeh
hamza ayadeh on 20 Jan 2018
Commented: Star Strider on 20 Jan 2018
sind(180) Index exceeds matrix dimensions. how can i solve this

Answers (1)

Star Strider
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
Star Strider on 20 Jan 2018
My pleasure.
If my Answer helped you solve your problem, please Accept it!

Sign in to comment.

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!