Unable to perform assignment because the left and right sides have a different number of elements.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Riyadh Salim
le 21 Jan 2019
Commenté : Riyadh Salim
le 21 Jan 2019
Unable to perform assignment because the left and right sides have a different number of elements. i have this error on a(t)=a; at the end , please help to fix it?
See the attached script file for code.
2 commentaires
madhan ravi
le 21 Jan 2019
Modifié(e) : madhan ravi
le 21 Jan 2019
@Riyadh next time when posting a question better is to attach your script file instead of pasting 400 lines of code ! I formatted your code today.
Réponse acceptée
Kevin Phung
le 21 Jan 2019
you are setting an element, a(t) to be equal to your entire matrix a.
Not sure what you are trying to do, please reformat your question so it's easier to look at.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Call MATLAB from Python 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!