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!