Re: System.out.println in Java class called from Matlab
- From: "Yair Altman" <altmanyDEL@xxxxxxxxxxxxxxx>
- Date: Thu, 30 Apr 2009 13:36:01 +0000 (UTC)
"Stefan" <jo@xxxxxxxxx> wrote in message <gtbp4t$92a$1@xxxxxxxxxxxxxxxxxx>...
I'm currently experimenting with using Java classes in Matlab software.
I wrote a small Java code which uses System.out.println for some status messages. Calling this Java function from the DOS command line works well. But calling it from the Matlab command window doesn't produce the status messages created with System.out.println.
What do I have to do to print Strings to the Matlab command prompt?
Best regards,
Stefan.
It works for me:
yupididudajava.lang.System.out.println('yupididuda')
also works from within a Java class called from Matlab. Try checking if you're redirecting STDOUT in your Java code.
Yair Altman
http;//UndocumentedMatlab.com
.
- References:
- System.out.println in Java class called from Matlab
- From: Stefan
- System.out.println in Java class called from Matlab
- Prev by Date: Re: How to use profiler in a callback function
- Next by Date: video capture
- Previous by thread: System.out.println in Java class called from Matlab
- Next by thread: Array of consecutive numbers with strings ?
- Index(es):
Relevant Pages
|