For Programmers: Free Programming Magazines  


Home > Archive > Matlab > April 2005 > "disp" command w/ Matlab engine calls









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author "disp" command w/ Matlab engine calls
jamesbretz@antelecom.net

2005-04-22, 9:00 pm

Hello,

I was wondering if anyone could help me with an issue I'm having
executing commands through the Matlab engine.

I understand that the default mode for MATLAB, when generating graphics
via the DDE calls on which the engine facility is based, is to generate
an invisible figure window... But what about the "disp" command? I
don't get any output in the command window with the code below. Anyone
know why? Is there another secret system_dependent call that I don't
know about?

engEvalString(ep, "system_dependent(12,'off')");
engEvalString(ep, "x = [1,2,3]");
engEvalString(ep, "disp(x)");

I get nothing..

Thanx for any help!!!
Jim

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com