How to hide Matlab in background?
1 次查看(过去 30 天)
显示 更早的评论
There is a possibility to hide Matlab console in background when run an interface based on Matlab which called some functions?
0 个评论
采纳的回答
Manchikatla Laxmi Prasanna
2020-6-27
convert your code into protected file using syntax
pcode filename
3 个评论
Manchikatla Laxmi Prasanna
2020-6-27
1.save the code intially
2.conver it into pfile pcode filename
3.you can directly put this file name in required program no one can see this
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!