How do I use either "printf()" or "mexPrintf()" when either call gets me "Unknown function or variable"?

I am new to Matlab on a Mac, having used Matlab and Octave in Linux environments for years. I find
that I cannot use "printf" or what I see described as "mexPrintf" to show variables in the command line window.
I get the error message "Unknkown function or variable". Is there some path addition that I need to do in order
that this Matlab see all the available functions? Or are these functions considered beyond the reasonable need
of a "home" user of Matlab?

댓글 수: 2

Those are C/C++ functions. Are you writing mex code or m-code?
m-code. A google search led me to trying mexPrintf().

댓글을 달려면 로그인하십시오.

 채택된 답변

James Tursa
James Tursa 2018년 11월 19일
Typically use disp( ) or display( ) or fprintf( ) to display variables in the command window.

댓글 수: 2

That's the ticket. fprintf() In Octave it is printf for printing out formatted variables to the command line. I think it is also like that in Linux-based Matlab. Anyway, fprintf() seems to work. I'm used to using that function for printing to a file, not the command line.
If you supply a file I/O parameter as the 1st argument, fprintf also writes to files.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

제품

릴리스

R2018b

질문:

2018년 11월 19일

댓글:

2018년 11월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by