Clear Filters
Clear Filters

Subscript indices must either be real positive integers or logicals.

1 view (last 30 days)
How can i solve this error.

Accepted Answer

James Tursa
James Tursa on 3 Jul 2018
Use the debugger. Type this at the MATLAB command prompt:
dbstop if error
Then run your code. When the error occurs, the code will pause at the offending line with all variables intact. Examine the indexing variables to see what their values are, then backtrack in your code to figure out why they are not the integers you expect them to be.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!