Filter löschen
Filter löschen

how to take first some numbers from sequence?

1 Ansicht (letzte 30 Tage)
Ram k
Ram k am 11 Mai 2016
Bearbeitet: Stephen23 am 11 Mai 2016
Suppose I have a sequence of n numbers x=[1,2,6,5,5,44,12,12,12,65,9,9,9,8,33,6,5,4,4,8,7,98,98,61,61,61...n] how to take first s=14 numbers, like y=[1,2,6,5,5,44,12,12,12,65,9,9,9,8]
  1 Kommentar
Stephen23
Stephen23 am 11 Mai 2016
Bearbeitet: Stephen23 am 11 Mai 2016
Indexing like this is very basic MATLAB usage. You should do these tutorials to learn how to use basic MATLAB concepts like indexing

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Andrei Bobrov
Andrei Bobrov am 11 Mai 2016
Bearbeitet: Andrei Bobrov am 11 Mai 2016

Kategorien

Mehr zu Matrix Indexing 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