Property inspector and MATALB compiler
조회 수: 1 (최근 30일)
이전 댓글 표시
Is there a way to have the property inspector work after compilation with MATALAB compiler 6.4? That is, I have a function which calls MATLAB's "inspect" function and all is well as long as I'm running it in MATALB; however, when I compile my function into a standalone application the "inspect" function does not work. I understand this has to do the Java Virtual Machine dependency, any ideas? Thanks, Adam
댓글 수: 2
Vandana Rajan
2017년 6월 13일
Hi, When you say that the function "doesn't work", is it throwing any errors? or what exactly is happening?
Gopinath Karuppannan
2021년 3월 1일
Hello Adam,
I am also facing same issue in my GUI using GUIDE. Do you have any solution for this case. I am using matlab compiler 7.1.
Thanks
답변 (1개)
Image Analyst
2017년 6월 13일
Some functions, especially those which are essentially a small applet with a user interface, are not available to be compiled into a standalone program. I don't know what "inspect()" is but I imagine it's like that. Similarly imtool(), and most or all apps on the App tab of the tool ribbon, can't be compiled into a separate program. Check out the ExcludedFiles log the compiler creates for a list of programs that will not be compiled in.
댓글 수: 1
Adam
2017년 6월 13일
inspect opens a dialog allowing you to look at and edit all the properties of the graphics object you give it so it does fit into this category I would imagine.
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!