write statement without using for loop
Ältere Kommentare anzeigen

how to write this statement without using for loop
Akzeptierte Antwort
Weitere Antworten (1)
aara
am 17 Feb. 2019
use if condition?
if bi = 0
gi == alpha;
else
gi == beta;
end
Kategorien
Mehr zu Debugging and Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!