how to use less than or equal condition?

Réponses (1)

Walter Roberson
Walter Roberson le 22 Mai 2018
K = 0;
while K <= 5
disp(K);
K = K + 1;
end

Question posée :

le 22 Mai 2018

Commenté :

le 22 Mai 2018

Community Treasure Hunt

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

Start Hunting!

Translated by