How to work on fprintf in fopen?

1 次查看(过去 30 天)
Radhika
Radhika 2013-12-23
评论: Wayne King 2013-12-23
Hi team,
I am using following code
[ftxt,msg] = fopen([textpath keyword '_summary.txt' ],'w');
fprintf(ftxt, 'Summary sheet of %12s\n\n', TR);
and i am getting error as
Error using fprintf
Invalid file identifier. Use fopen to generate a valid file identifier.
Please help me solving this problem.

回答(1 个)

Wayne King
Wayne King 2013-12-23
What is msg? That is the system-dependent error message returned by fopen. I'm assuming the value of txt is -1 meaning the fopen() operation did not work.
  2 个评论
Wayne King
Wayne King 2013-12-23
I'm afraid you need to provide us with more information than you have given. Are we supposed to know what textpath is or keyword?

请先登录,再进行评论。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by