write statement without using for loop
Show older comments

how to write this statement without using for loop
Accepted Answer
More Answers (1)
aara
on 17 Feb 2019
use if condition?
if bi = 0
gi == alpha;
else
gi == beta;
end
Categories
Find more on Debugging and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!