how to extract some elements in the array using matlab?

1 Ansicht (letzte 30 Tage)
M.S. Khan
M.S. Khan am 3 Dez. 2020
Bearbeitet: M.S. Khan am 3 Dez. 2020
I have an array vector. i want to extract some elements.
How will i perform. Please help me. Regards for all your coopeartion.
how to extract only the elements which are in the range between 0 and 3.
Slice_z
Slice_z = Slice_z(Slice_z >= 0 && Slice_Z<=3)

Akzeptierte Antwort

Deepak Gupta
Deepak Gupta am 3 Dez. 2020
Hello Mr. Khan,
Slice_z = Slice_z(Slice_z >= 0 & Slice_Z<=3)
Should work.
Cheers,
Deepak
  1 Kommentar
M.S. Khan
M.S. Khan am 3 Dez. 2020
Bearbeitet: M.S. Khan am 3 Dez. 2020
Hi Dear Deepak Gupta, thanks for your kind cooperation. Regards

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Colormaps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by