Can I disable java console output when using javaMethod?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I call a Java method from a class with javaMethod. It is located inside a .jar file. I am getting the desired behaviour from this except that this method has a lot of console output I wish to avoid. Since disabling all these outputs would be troublesome I was wondering if there is anyway I can disable outputs from java to matlab console.
0 comentarios
Respuestas (1)
Malcolm Lidierth
el 3 de Mayo de 2016
AFAIK, no - MATLAB uses stderr and stdout. Same as Java.
0 comentarios
Ver también
Categorías
Más información sobre Call Java from MATLAB 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!