Link to home
Start Free TrialLog in
Avatar of richtelieu88
richtelieu88Flag for United States of America

asked on

Matlab Excel Link (matlabinit): Can't print to Command Window

I cannot print to the command window when the Matlab Instance is launched with "matlabinit()".

I've tried (within the *.m file executed via MLEvalString()):
disp('show something');
fprintf('show something');

When I launch Matlab independently, "disp()" and "fprintf()" work just fine.

Any ideas?

Thanks in advance for your help.
Avatar of Kyle Santos
Kyle Santos
Flag of United States of America image

Hi,

I am following up on your question.  Do you still need help?

If you solved the problem on your own, would you please post the solution here in case others have the same problem?

Regards,

Kyle Santos
Customer Relations
ASKER CERTIFIED SOLUTION
Avatar of richtelieu88
richtelieu88
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial