HOW IS THIS? THANKS

3 次查看(过去 30 天)
Gemalyn Apostol
Gemalyn Apostol 2016-10-26
For writing formatted ascii output WE often write like fprintf(fid,'%5.3f %5.3f %5.3f %5.3f.. ',A).
Describe code that avoids repeating the format description, say 5 times. HOW DO I DO IT? THANKS.

回答(1 个)

Image Analyst
Image Analyst 2016-10-26
Just put it once:
fprintf(fid,'%5.3f ', A)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by