Disable MatLab From Running System Commands / Opening External Programs
显示 更早的评论
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?
回答(1 个)
Image Analyst
2019-2-11
0 个投票
I'd try to redefine the system() and/or run() function with your own dummy program, though that may cause side effects.
2 个评论
Walter Roberson
2019-2-11
dos() and unix() and system() . But possibly also open() and web()
nalgene
2019-2-12
类别
在 帮助中心 和 File Exchange 中查找有关 Create Model Web Views 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!