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!