How to callback a matrix (which is an output of another function) in App Designer?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
The startup function of the App Designer outputs several matrixes which has to be used on a different callback (button pushed)
The button push callback contains, multipication of that output matrix with another matrix.
How can I do that?
app.mu (mu is a matrix), does not work when I am trying to multiply it with a different matrix.
0 Kommentare
Antworten (1)
Maximilian Panzik
am 16 Dez. 2020
Add mu as an app property and in your startup function assign the matrix mu to app.mu. See Link for more information.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!