Effacer les filtres
Effacer les filtres

how to solve Index must not exceed 300

2 vues (au cours des 30 derniers jours)
kushal suresh kumar
kushal suresh kumar le 14 Nov 2021
Réponse apportée : Dave B le 14 Nov 2021

Réponses (1)

Dave B
Dave B le 14 Nov 2021
If you refer to the 301st item in a list of 300 things, MATLAB will error
At least one of the variables in your equation contains 300 values and i is greater than 300.
Your options are:
  • don't let i get larget than 300
  • make the variable contain more than 300 items

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by