Array indices must be positive integers or logical values
Afficher commentaires plus anciens
Hello All,
I am trying to rearrange the elements in a matrix based on index values using matrix indexing.
I have tried multiple times, checked each and every element in the matrix - every element is positive and >0 and <1504 (length of matrix). I wonder why I still get this error
Kindly, help me with this.
Please find the attachments for the required matrices and data. The following is the command I used:
Output = input_sequence(IntOutAdr);
Réponse acceptée
Plus de réponses (1)
David Fletcher
le 10 Mai 2021
1 vote
Error is caused by element 1481 of IntOutAdr which is 0 - this will cause an indexing error
1 commentaire
mounika
le 10 Mai 2021
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!