appdesigner - gui does not have access to functions
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I am working on a GUI with appdesigner currently. I got my functions in the same folder as the GUI, but I think somehow my GUI doesnt have access to these functions and also variables that are initialized in there. How can my GUI code use these functions? Do I have to use any keywords maybe?
Thank you!
1 件のコメント
Thomas Fournier
2021 年 8 月 16 日
Hello, as lng as your function is stored in the same folder as your GUI app, you should be able to call it as you would do with a normal script .m file.
Not sure about your variables however, do you have some part of code or oerror message to share?
回答 (1 件)
Jyotirmay Mishra
2021 年 8 月 17 日
It is my understanding that you are trying to use external functions in MATLAB App Designer.
Please refer to the following MATLAB Answers link to understand how you can call external functions in App Designer -
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!