write statement without using for loop
Mostra commenti meno recenti

how to write this statement without using for loop
Risposta accettata
Più risposte (1)
aara
il 17 Feb 2019
use if condition?
if bi = 0
gi == alpha;
else
gi == beta;
end
Categorie
Scopri di più su Debugging and Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!