fprintf

조회 수: 7 (최근 30일)
John
John 2011년 4월 23일
ok I know how to code an fprintf if I am printing a value, but I want to make a "title" print for example.
Mass Time Error -How Do i print this line?
fprintf(I know how to print my values here)
fprintf(I know how to print my values here)
How do I fprintf the line that has mass, time and error??? I do not want anything on the output except for mass, time and error for example I do not want to reference a function value I just want to print the words.

답변 (1개)

Matt Fig
Matt Fig 2011년 4월 23일
Something like this:
fprintf('Mass\t\tTime\t\tError\n')

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by