Effacer les filtres
Effacer les filtres

Subscript indices must either be real positive integers or logicals.

1 vue (au cours des 30 derniers jours)
How can i solve this error.

Réponse acceptée

James Tursa
James Tursa le 3 Juil 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.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by