How to display the text on command window of matlab engine?
I used engSetVisible
to make engine command window visible, but after I don't see any text in this window, how to do this?
I would not like to use engOutputBuffer
, then handle this buffer. I just want to see output from engEvalString
on engine command window
Asked
Active
Viewed 289 times
0

Amro
- 123,847
- 25
- 243
- 454

Davit Kalantaryan
- 21
- 3
-
did you try to evaluate `disp(..)` or evaluate an expression without semicolon at the end? – Amro Jul 09 '13 at 22:00
-
Yes, I tried and disp(..) and expression without semicolon in the end – Davit Kalantaryan Jul 14 '13 at 04:04
-
It should normally work. Please post your code, I'm guessing you're doing something wrong... – Amro Jul 14 '13 at 16:05