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
Malcolm Lidierth 2016년 5월 3일

0 개 추천

AFAIK, no - MATLAB uses stderr and stdout. Same as Java.

카테고리

도움말 센터File Exchange에서 Call Java from MATLAB에 대해 자세히 알아보기

질문:

2016년 4월 11일

답변:

2016년 5월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by