write statement without using for loop
古いコメントを表示

how to write this statement without using for loop
採用された回答
その他の回答 (1 件)
aara
2019 年 2 月 17 日
use if condition?
if bi = 0
gi == alpha;
else
gi == beta;
end
カテゴリ
ヘルプ センター および File Exchange で Debugging and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!