Disable MatLab From Running System Commands / Opening External Programs
Ältere Kommentare anzeigen
When running an encrypted test code, there is a command that pops up youtube in my google chrome system browser. I understand how they do it, but cannot access the code to stop it.
Is there a way to stop matlab from automatically opening programs?
Antworten (1)
Image Analyst
am 11 Feb. 2019
0 Stimmen
I'd try to redefine the system() and/or run() function with your own dummy program, though that may cause side effects.
2 Kommentare
Walter Roberson
am 11 Feb. 2019
dos() and unix() and system() . But possibly also open() and web()
nalgene
am 12 Feb. 2019
Kategorien
Mehr zu Create Model Web Views finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!