write statement without using for loop
이전 댓글 표시

how to write this statement without using for loop
채택된 답변
추가 답변 (1개)
aara
2019년 2월 17일
use if condition?
if bi = 0
gi == alpha;
else
gi == beta;
end
카테고리
도움말 센터 및 File Exchange에서 Debugging and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!