How do I use either "printf()" or "mexPrintf()" when either call gets me "Unknown function or variable"?
12 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
James Tursa
2018 年 11 月 19 日
Typically use disp( ) or display( ) or fprintf( ) to display variables in the command window.
2 件のコメント
James Tursa
2018 年 11 月 20 日
If you supply a file I/O parameter as the 1st argument, fprintf also writes to files.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!