필터 지우기
필터 지우기

how to write in matlab?

조회 수: 1 (최근 30일)
Sultan Mehmood
Sultan Mehmood 2019년 6월 21일
댓글: Shwetank Shrey 2019년 6월 21일
flag(j)<------- 1, t(i)<------- j.
which sign is used instead of arrow(<--------) between them.
  댓글 수: 2
Shwetank Shrey
Shwetank Shrey 2019년 6월 21일
What do you mean by the arrows?
Shwetank Shrey
Shwetank Shrey 2019년 6월 21일
are you trying to use limits here?

댓글을 달려면 로그인하십시오.

답변 (2개)

Walter Roberson
Walter Roberson 2019년 6월 21일
  댓글 수: 1
Sultan Mehmood
Sultan Mehmood 2019년 6월 21일
and next be same like?
t(i)=j..?

댓글을 달려면 로그인하십시오.


Shwetank Shrey
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.

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by