Borrar filtros
Borrar filtros

Error Using *. Matrix Dimensions Must Agree

2 visualizaciones (últimos 30 días)
Ratanjot
Ratanjot el 7 de Feb. de 2023
Comentada: Jan el 7 de Feb. de 2023
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
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.

Iniciar sesión para comentar.

Respuesta aceptada

Jan
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
Ratanjot
Ratanjot el 7 de Feb. de 2023
Is there an easier way to plot a horizontal line for all values of time in app.time compared to the method I had in the code.?
Jan
Jan el 7 de Feb. de 2023
@Ratanjot: Yes: yline(). You have mentioned, that you have tried this and that there was some error. Please elaborate this. But the expanding should work also, as sonn as you have removed the bug.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by