Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

HOW TO USE FPRINTF TO CREATE OUTPUT FOR COMMAND WINDOW

조회 수: 4 (최근 30일)
caroline
caroline 2019년 1월 28일
마감: madhan ravi 2019년 1월 28일
x = 2;
y = 4;
z = 7;
h = 9;
sol1 = x + h
sol2 = z/h
sol3 = y*cos(z)
sol4 = sqrt(h)*(z)^2
sol5 = abs(-x)/log(y)
fprintf( )

답변 (0개)

이 질문은 마감되었습니다.

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by