flag(j)<------- 1, t(i)<------- j.
which sign is used instead of arrow(<--------) between them.

2 Kommentare

Shwetank Shrey
Shwetank Shrey am 21 Jun. 2019
What do you mean by the arrows?
Shwetank Shrey
Shwetank Shrey am 21 Jun. 2019
are you trying to use limits here?

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Walter Roberson
Walter Roberson am 21 Jun. 2019

0 Stimmen

flag(j) = 1;
Shwetank Shrey
Shwetank Shrey am 21 Jun. 2019

0 Stimmen

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.

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 21 Jun. 2019

Kommentiert:

am 21 Jun. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by