Creating a fucning in spesific format
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to create a fucntion that display the input variable in long format.
How can I do it ?
댓글 수: 0
채택된 답변
Sulaymon Eshkabilov
2022년 8월 30일
You may consider using fprintf() by specifying the format specs, e.g.:
F = pi;
fprintf('F = %3.15f \n', F)
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!