Getting output from an app into the calling workspace

72 ビュー (過去 30 日間)
George Pavlath
George Pavlath 2022 年 6 月 9 日
コメント済み: George Pavlath 2022 年 6 月 13 日
I have a MatLAB script that runs fine. I want to add a GUI at the front of the app to make it easier for the user. I am using appdesigner for the GUI. The MatLAB script calls the app at the beginning. This part works ok. The app lets the user select an entry, a number from a drop down list, and store it in the app's workspace in a variable called numSelect. The drop down list is populated fine and when I select an entry from the drop down list it is stored fine in numSelect. I cannot figure out how to get the selected number, numSelect, from the app's workspace into the workspace of the calling script. I have searched the community forums and MatLAB help but have not found how to do this.
  3 件のコメント
George Pavlath
George Pavlath 2022 年 6 月 9 日
This doesn't help as the script outputs a numeric array to the workspace at present. If I call the script from the app, I still need the numeric array returned into the base workspace.
dpb
dpb 2022 年 6 月 9 日
A function will return its return variable when it terminates -- have the app terminate and return to the command line when the function completes its work.
Scripts are to be avoided, anyways...except for just playing at the command line.

サインインしてコメントする。

回答 (1 件)

Benjamin Kraus
Benjamin Kraus 2022 年 6 月 9 日
This question has been asked before, and there are a few different answers threads with ideas for how to do this. Here are two:
  1 件のコメント
George Pavlath
George Pavlath 2022 年 6 月 13 日
AFter some digging at the links and some trial and error, I was able to get an app to output data to teh calling script. The app acts as a GUI.

サインインしてコメントする。

カテゴリ

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

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by