필터 지우기
필터 지우기

how will be define multidimensional variable in matlab in the form of matrix so that it stores two information ?, not multidimensional array...

조회 수: 1 (최근 30일)
1-2[111100001]
1-3[111011001]
1-4[110001010]
2-3[101010010]
2-4 [10101010]
3-4[101010010]
like this above ?

채택된 답변

Torsten
Torsten 2022년 2월 19일
편집: Torsten 2022년 2월 19일
c=cell(4,4)
c{1,2} = [1 1 1 1 0 0 0 0 1];
...
  댓글 수: 3
VASUNDHARA V
VASUNDHARA V 2022년 2월 25일
actual need is above one sir [11111000]
but i did it first made struct then struct to cell and then cell to mat ..its done sir ..thankyou sir
Walter Roberson
Walter Roberson 2022년 2월 25일
To confirm, you really wanted the output to be a decimal value that is in the range of eleven million? Which would be something that you would not be able to easily separate out the digits of ?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dates and Time에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by