how to write in matlab?
이전 댓글 표시
flag(j)<------- 1, t(i)<------- j.
which sign is used instead of arrow(<--------) between them.
댓글 수: 2
Shwetank Shrey
2019년 6월 21일
What do you mean by the arrows?
Shwetank Shrey
2019년 6월 21일
are you trying to use limits here?
답변 (2개)
Shwetank Shrey
2019년 6월 21일
If you are trying to assign flag(j) and t(i) values, then you should use :
flag(j) = 1;
t(i) = j;
Please check documentation or existing Matlab answers before asking your query.
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!