Can I disable java console output when using javaMethod?
Afficher commentaires plus anciens
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.
Réponses (1)
Malcolm Lidierth
le 3 Mai 2016
0 votes
AFAIK, no - MATLAB uses stderr and stdout. Same as Java.
Catégories
En savoir plus sur Call Java from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!