write statement without using for loop
Mostrar comentarios más antiguos

how to write this statement without using for loop
Respuesta aceptada
Más respuestas (1)
aara
el 17 de Feb. de 2019
use if condition?
if bi = 0
gi == alpha;
else
gi == beta;
end
Categorías
Más información sobre Debugging and Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!