this is my code and it has a problem while calculating kafa=y2/y12
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
waqas muhammad
le 17 Jan 2018
Commenté : per isakson
le 17 Jan 2018
kafa=y2/y12. but it gives error.. Matrix dimensions must agree.
4 commentaires
Réponse acceptée
per isakson
le 17 Jan 2018
Modifié(e) : per isakson
le 17 Jan 2018
Error using /
Matrix dimensions must agree.
>> whos y2 y12
Name Size Bytes Class Attributes
y12 1x450 3600 double
y2 15x1 120 double
>>
- What kind of result do you expect from y2/y12 ?
- See Debug a MATLAB Program
9 commentaires
Plus de réponses (2)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!