App not starting with R2018B

4 ビュー (過去 30 日間)
Tom Paraschuk
Tom Paraschuk 2020 年 3 月 23 日
編集済み: Lucas Shearer 2020 年 10 月 29 日
Hello,
I am using Matlab R2018B Educational. When I try to run the code of an app, I get the following error:
Unrecognized property 'Scrollable' for class 'matlab.ui.container.GridLayout'.
I searched the error and I found advice that it should work with versions following R2018B: https://www.mathworks.com/matlabcentral/answers/430163-scrollable-property-not-recognised. Is it possible that it won't work with R2018B Educational?
Thanks,
Tom

回答 (1 件)

Harsha Priya Daggubati
Harsha Priya Daggubati 2020 年 3 月 26 日
Hi,
Could you check whether you can access GridLayout and later dig into Properties to check for 'Scrollable' in MATLAB commandline. If this works, the I guess it is not a license related issue. This might be due to error in your code, you can use breakpoints to debug through your code.
matlab.ui.container.GridLayout
Hope this helps!
  1 件のコメント
Lucas Shearer
Lucas Shearer 2020 年 10 月 29 日
編集済み: Lucas Shearer 2020 年 10 月 29 日
Hello,
I built an app on my machine and now am trying to share it with another person. I wrote the app in version 2019b appDesigner, and she uses 2018b. She receives many errors, with the first one being the topic of this forum. She can successfully run the command which you have written above: matlab.ui.container.GridLayout
Do you have any advice for debuging this list of errors, shown below? It will be hard for me to debug tho because I don't receive these errors.

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

カテゴリ

Help Center および File ExchangeEntering Commands についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by