Error Using *. Matrix Dimensions Must Agree
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I am creating an app in app designer and having an issue where once the user selects the appropriate response such as Current Summary from the drop down menu, and clicks on the 'Output Plot' button, it will plot in the UIAxes as shown in the image. When selecting the Current Summary and running it, I get an error at the Current Limit axis. This is supposed to be just a horizontal line at a fixed y value for all values of time. I get an error saying 'Matrix Dimensions Must Agree'. When I don't use element multiplication and just use '*' for the y values, it tells me to use '.*' but that doesnt work since the matrix dimensions don't agree. Is there a solution to this I can use in app designer. I've also tried yline but that has given me errors. Thank you.
1 comentario
Jan
el 7 de Feb. de 2023
"I've also tried yline but that has given me errors." - Please post the code and the complete error message. Mentioning a problem vaguely only does not help.
Respuesta aceptada
Jan
el 7 de Feb. de 2023
The error message is clear: The dimension of the operators do not match. We cannot run your code (posted as screenshot unfortunately), so it is your turn to check the dimensions. Set a breakpoint in this line and run the code again. Then check the dimensions of the arguments. You will see, that they do not match. Without knowing, what the dimensions are and how the variables have been created, it is impossible to guess, how this can be fixed.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Annotations 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!