Disable MatLab From Running System Commands / Opening External Programs

4 visualizaciones (últimos 30 días)
nalgene
nalgene el 11 de Feb. de 2019
Comentada: nalgene el 12 de Feb. de 2019
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?

Respuestas (1)

Image Analyst
Image Analyst el 11 de Feb. de 2019
I'd try to redefine the system() and/or run() function with your own dummy program, though that may cause side effects.
  2 comentarios
Walter Roberson
Walter Roberson el 11 de Feb. de 2019
dos() and unix() and system() . But possibly also open() and web()
nalgene
nalgene el 12 de Feb. de 2019
I found they are using the web() function, so I created a new, blank web() function in the same folder. Did the trick.

Iniciar sesión para comentar.

Categorías

Más información sobre Create Model Web Views en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by