How to callback a matrix (which is an output of another function) in App Designer?

1 回表示 (過去 30 日間)
Kaushini Mendis
Kaushini Mendis 2020 年 12 月 16 日
回答済み: Maximilian Panzik 2020 年 12 月 16 日
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.

回答 (1 件)

Maximilian Panzik
Maximilian Panzik 2020 年 12 月 16 日
Add mu as an app property and in your startup function assign the matrix mu to app.mu. See Link for more information.

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by