フィルターのクリア

how to use two while and for loops?

2 ビュー (過去 30 日間)
Engineer Batoor khan mummand
Engineer Batoor khan mummand 2021 年 3 月 7 日
hi to all:
i have two condition in my problem in matlab.
(1) matlab should run the first statement when x<1 .
(2) when x reaches to x>1 or x=1 the matlab should run the second statement.
thanks from all of you

回答 (1 件)

KSSV
KSSV 2021 年 3 月 7 日
if x < 1
statement1
elseif x >= 1
statement2
end
  6 件のコメント
Engineer Batoor khan mummand
Engineer Batoor khan mummand 2021 年 3 月 7 日
i is the number of rows respected sir first i wan to do it for rows than for columns .
where i=1
it should follow the rule i+1 when m>=1.
thanks
Engineer Batoor khan mummand
Engineer Batoor khan mummand 2021 年 3 月 7 日
as you know in my programming the loop will stop when m reaches to 1 or greather 1, but i want it should go for i=2 and than i=3 and so on

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by