Why is there an additional directory level between my ctfroot and the files I include with my compiled application?
12 次查看(过去 30 天)
显示 更早的评论
I have created and deployed a compiled application using MATLAB Compiler. When I run the application on the target machine and examine the location of the CTF root:
C:\Users\UserName\Desktop\Temp\mcrCache9.7\AppName1
I see that this folder does not contain the files I included when packaging my app using MATLAB Compiler. Instead, I see the following directories:
.matlab
.MATA
AppName
AppName_5F4C30D8E7FC4C9362D4D35FA80E3C3E
toolbox
.created
The folder which actually contains the files I included with my application is "AppName" (full path C:\Users\UserName\Desktop\Temp\mcrCache9.7\AppName1\AppName).
However, I've done this with several applications and notice that the name of this subdirectory is not always the same as the name of my project (sometimes it is a shortened version). There doesn't seem to be any way to predict the name of this folder.
In previous versions of MATLAB (R2018a and earlier), this additional subdirectory did not exist. Is this expected?
采纳的回答
MathWorks Support Team
2020-5-8
This behavior is expected, and is a change which was introduced in R2018b.
Any relative pathing used within your compiled code will still work.
3 个评论
Kautuk
2025-12-16,8:03
Hello @cr, you can contact MathWorks Technical Support who may be able to assist you better: https://www.mathworks.com/support/contact_us.html
cr
2025-12-17,3:41
MW tech support, at least in this region, do not honour their legal commitments of supporting installation issues with compiler/compiled products on perpetual licences without up to date on maintenance. This is is not even an installation issue, I'm certain it would be waste of time.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!