Azzera filtri
Azzera filtri

Error Using *. Matrix Dimensions Must Agree

2 visualizzazioni (ultimi 30 giorni)
Ratanjot
Ratanjot il 7 Feb 2023
Commentato: Jan il 7 Feb 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 Commento
Jan
Jan il 7 Feb 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.

Accedi per commentare.

Risposta accettata

Jan
Jan il 7 Feb 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 Commenti
Ratanjot
Ratanjot il 7 Feb 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 il 7 Feb 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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by