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
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

dos() and unix() and system() . But possibly also open() and web()
I found they are using the web() function, so I created a new, blank web() function in the same folder. Did the trick.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Create Model Web Views에 대해 자세히 알아보기

질문:

2019년 2월 11일

댓글:

2019년 2월 12일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by