how to solve ?Error using/Matrix dimensions must agree.'?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Alvaro Mª Zumalacarregui Delgado
le 19 Fév 2021
Commenté : Jon
le 19 Fév 2021
I am working with Matlab app designer, while i was trying to run the interface the program send this message, what is the proble in my code? 

2 commentaires
Réponse acceptée
Jon
le 19 Fév 2021
Try replacing the line assigning x2 with the following using ./ to get element by element division
y2 = K./(exp((K*x-K*C2))-b);
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer 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!