How to use "inspect" command in compiled code using MATLAB compiler?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Gopinath Karuppannan
am 2 Mär. 2021
Kommentiert: Gopinath Karuppannan
am 4 Mär. 2021
Issue: Cannot able to use the "inspect" command in compiled code using MATLAB compiler.
Purpose: I am using "inspect" command to extract the curve data of the figure whichever the figures displayed on the window. The command is working fine as a MATLAB script whereas the error comes up the same script used as a standalone executable file through MATLAB compiler.![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/535756/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/535756/image.png)
Please find an attachment for error description.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 2 Mär. 2021
inspect() is a development tool that I would not expect to be compilable .
It does not have an Extended Support section in https://www.mathworks.com/help/matlab/ref/propertyinspector.html
2 Kommentare
Steven Lord
am 2 Mär. 2021
You can check the mccExcludedFiles.txt log file in the for_testing folder to see if it contains mention of the inspect function. See this documentation page for more information. There's also a PackagingLog.html file created if you use the Application Compiler app (see step 6 on this other documentation page) that may also mention if inspect has been excluded.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!