how to use less than or equal condition?

Answers (1)

K = 0;
while K <= 5
disp(K);
K = K + 1;
end

Asked:

on 22 May 2018

Commented:

on 22 May 2018

Community Treasure Hunt

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

Start Hunting!