Can I disable java console output when using javaMethod?
显示 更早的评论
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.
回答(1 个)
Malcolm Lidierth
2016-5-3
0 个投票
AFAIK, no - MATLAB uses stderr and stdout. Same as Java.
类别
在 帮助中心 和 File Exchange 中查找有关 Call Java from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!