how to write in matlab?

1 visualización (últimos 30 días)
Sultan Mehmood
Sultan Mehmood el 21 de Jun. de 2019
Comentada: Shwetank Shrey el 21 de Jun. de 2019
flag(j)<------- 1, t(i)<------- j.
which sign is used instead of arrow(<--------) between them.
  2 comentarios
Shwetank Shrey
Shwetank Shrey el 21 de Jun. de 2019
What do you mean by the arrows?
Shwetank Shrey
Shwetank Shrey el 21 de Jun. de 2019
are you trying to use limits here?

Iniciar sesión para comentar.

Respuestas (2)

Walter Roberson
Walter Roberson el 21 de Jun. de 2019
flag(j) = 1;
  1 comentario
Sultan Mehmood
Sultan Mehmood el 21 de Jun. de 2019
and next be same like?
t(i)=j..?

Iniciar sesión para comentar.


Shwetank Shrey
Shwetank Shrey el 21 de Jun. de 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.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by