
Create matrix 64x64 using Matlab Simulink
조회 수: 14 (최근 30일)
이전 댓글 표시
Hi guys.
I want to create matrix 64x64 using Matlab Simulink. I already design the matrix. But it has error. Do you know what the problem with this? I dont understand what the meaning of vector concatenate

댓글 수: 0
채택된 답변
Chandrasekhar
2014년 4월 7일
편집: Chandrasekhar
2014년 4월 7일
Hi Maximum,, the error is .. input signal to reshape is a signal of [61 x 1] where as the reshape block needs a matrix of [4096x1].
input should be a matrix of 4096x1 or 64x64

댓글 수: 2
Chandrasekhar
2014년 4월 7일
inputs to the reshape block. the matrix is a 64x1 matrix instead of 4096x1.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Array and Matrix Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!