how to write in matlab?

1 vue (au cours des 30 derniers jours)
Sultan Mehmood
Sultan Mehmood le 21 Juin 2019
Commenté : Shwetank Shrey le 21 Juin 2019
flag(j)<------- 1, t(i)<------- j.
which sign is used instead of arrow(<--------) between them.
  2 commentaires
Shwetank Shrey
Shwetank Shrey le 21 Juin 2019
What do you mean by the arrows?
Shwetank Shrey
Shwetank Shrey le 21 Juin 2019
are you trying to use limits here?

Connectez-vous pour commenter.

Réponses (2)

Walter Roberson
Walter Roberson le 21 Juin 2019
  1 commentaire
Sultan Mehmood
Sultan Mehmood le 21 Juin 2019
and next be same like?
t(i)=j..?

Connectez-vous pour commenter.


Shwetank Shrey
Shwetank Shrey le 21 Juin 2019
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.

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by