How to remove the word 'Pythogorean results are' for the second line onwards?

1 次查看(过去 30 天)

采纳的回答

Walter Roberson
Walter Roberson 2018-4-10
编辑:Walter Roberson 2018-4-10
if c == 1
fprintf('Pythagorean results are\n');
end
if c <= 10
fprintf('a=....');
end
But probably you should just move printing of that one line to before the outer-most loop.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Scope Variables and Generate Names 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by