필터 지우기
필터 지우기

how to change this?

조회 수: 1 (최근 30일)
Younghun Kim
Younghun Kim 2020년 6월 12일
댓글: Younghun Kim 2020년 6월 13일
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 ]

채택된 답변

KSSV
KSSV 2020년 6월 12일
편집: KSSV 2020년 6월 12일
M_array = str2double(num2cell(M))
  댓글 수: 1
Younghun Kim
Younghun Kim 2020년 6월 13일
I appreciate what you did. Thank you!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by