フィルターのクリア

fprintf error inside function?

1 回表示 (過去 30 日間)
David Rising
David Rising 2015 年 3 月 31 日
コメント済み: David Rising 2015 年 3 月 31 日
I am trying to create a log file as a txt from a program I am building. The problem is that I keep getting the "Undefined function 'fprinf' for input arguments of type 'double'." error when I try to write to it using fprintf. A sample code is shown:
fid=fopen(path,'w'); fprinf(fid,'%s \r\n',log); fclose(fid);
where path is a local string on my Computer and "log" is a character Array.
I can open the file just file, it creates the .txt file (I can see it in Windows) and a fid interger is given. But the fprtinf line gives the error mentioned above. I can enter it once into the Command Window and the "Did you mean:" Comes up and Displays the exact same command. I enter it again and it works but then it never works in my function. Am I missing something easy here?
Thanks! Dave

採用された回答

Sean de Wolski
Sean de Wolski 2015 年 3 月 31 日
編集済み: Sean de Wolski 2015 年 3 月 31 日
fprintf not fprinf :)
  1 件のコメント
David Rising
David Rising 2015 年 3 月 31 日
Face meet Palm. I have been working too long working on this project...

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAxis Labels についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by