how to write in matlab?

4 ビュー (過去 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 日
flag(j) = 1;
  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 Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by