Use for loop in array
이전 댓글 표시
How to use the for loop in array with a start value of 0?
답변 (1개)
KSSV
2019년 6월 10일
a = rand(10,1) ;
for i = 1:length(a)
a(i)
end
카테고리
도움말 센터 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!