Matlab App Designer cant find file

조회 수: 3 (최근 30일)
Theodor Middeldorf
Theodor Middeldorf 2018년 8월 9일
답변: Jesper Bjerregaard 2018년 9월 14일
Hello,
after a while working on already existing app designer code I got a weird error when starting the app GUI.
Error using feval.
Error defining property 'Machine' of class 'TemperaturGUI':
Class named 'MachineManager' is undefined or does not support property validation.
I could solve the problem by copying the missing files out of its own folder in my GUI folder. But now there are way too many files in my GUI folder and I would like that the app can use the files from their own folders which are in the same main folder like the GUI Folder (just like it had been before).
I already tried using addpath in the Startup function of the app but it still wont recognize the files.
  댓글 수: 1
Jesper Bjerregaard
Jesper Bjerregaard 2018년 9월 14일
Did you find a solution to the problem?

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

답변 (1개)

Jesper Bjerregaard
Jesper Bjerregaard 2018년 9월 14일
Try looking here:
https://stackoverflow.com/questions/51189516/matlab-app-add-path-before-component-creation
It solved my issue.

카테고리

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