how can ı wriite this fprintf
조회 수: 3 (최근 30일)
이전 댓글 표시

채택된 답변
KALYAN ACHARJYA
2020년 12월 4일
편집: KALYAN ACHARJYA
2020년 12월 4일
n=...?
for i=1:n
fprintf('%d times 6 is %d\n',i,i*6);
end
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!