how to solve ?Error using/Matrix dimensions must agree.'?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Alvaro Mª Zumalacarregui Delgado
el 19 de Feb. de 2021
Comentada: Jon
el 19 de Feb. de 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 comentarios
Respuesta aceptada
Jon
el 19 de Feb. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!