Azzera filtri
Azzera filtri

how to change this?

1 visualizzazione (ultimi 30 giorni)
Younghun Kim
Younghun Kim il 12 Giu 2020
Commentato: Younghun Kim il 13 Giu 2020
I'm sorry I always ask you something similar.
I am studying Matlab.
I have a M
M = '0110000101100010011000111000000000000000000000000000000000000000'
how to make array like this? just 1 row
M_array = [ 0 1 1 0 0 0 0 1 0 1 1 0 0.......... 0 0 0 ]

Risposta accettata

KSSV
KSSV il 12 Giu 2020
Modificato: KSSV il 12 Giu 2020
M_array = str2double(num2cell(M))
  1 Commento
Younghun Kim
Younghun Kim il 13 Giu 2020
I appreciate what you did. Thank you!

Accedi per commentare.

Più risposte (0)

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by