write statement without using for loop
Afficher commentaires plus anciens

how to write this statement without using for loop
Réponse acceptée
Plus de réponses (1)
aara
le 17 Fév 2019
use if condition?
if bi = 0
gi == alpha;
else
gi == beta;
end
Catégories
En savoir plus sur Debugging and Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!