필터 지우기
필터 지우기

Unable to share App

조회 수: 1 (최근 30일)
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. She can successfully run the command:
matlab.ui.container.GridLayout
This indicates that there isn't a licensing issue.
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.
  댓글 수: 2
Rik
Rik 2020년 10월 29일
If you go to the R2018b page for GridLayout properties you can see that the Scrollable property didn't exist yet. It does exist for R2019a. You will have to change your code to adapt.
What you see is the error trace, so the actual error is at the top, followed by each call. That means that matlab.apputil.run called appinstall.internal.runapp, which called an internal function (preamble18b), which in turn called an internal function (runapp13a), etc.
Lucas Shearer
Lucas Shearer 2020년 10월 29일
Awesome Rik, I truly appreciate it!

댓글을 달려면 로그인하십시오.

채택된 답변

Lucas Shearer
Lucas Shearer 2020년 10월 29일
Rik answered the question above in the comments. The Scrollable property doesn't exist in 2018b. Thanks!

추가 답변 (0개)

카테고리

Help CenterFile 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!

Translated by