フィルターのクリア

how to access a workspace call array in appdesigner and get the transpose of that

2 ビュー (過去 30 日間)
pavan sunder
pavan sunder 2017 年 4 月 28 日
回答済み: Image Analyst 2017 年 4 月 28 日
how to load a workspace call array in appdesigner and get the transpose of that. i have a push button in my app.in my push button call back function i should access workspace cell array and get the transpose of it. Kindly help me how to solve it.

回答 (1 件)

Image Analyst
Image Analyst 2017 年 4 月 28 日
Every function and GUI you build has its own workspace. It's not a good idea to depend on stuff being in the "base" or "global" workspaces and to import them into your functions workspace. The best way is to pass variables in and out via the argument list.

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by