How to hide Matlab in background?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Cristian Martin
il 27 Giu 2020
Commentato: Cristian Martin
il 27 Giu 2020
There is a possibility to hide Matlab console in background when run an interface based on Matlab which called some functions?
0 Commenti
Risposta accettata
Manchikatla Laxmi Prasanna
il 27 Giu 2020
convert your code into protected file using syntax
pcode filename
3 Commenti
Manchikatla Laxmi Prasanna
il 27 Giu 2020
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
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!