Create matrix 64x64 using Matlab Simulink
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Maximum
am 7 Apr. 2014
Kommentiert: Chandrasekhar
am 7 Apr. 2014
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 Kommentare
Akzeptierte Antwort
Chandrasekhar
am 7 Apr. 2014
Bearbeitet: Chandrasekhar
am 7 Apr. 2014
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 Kommentare
Chandrasekhar
am 7 Apr. 2014
inputs to the reshape block. the matrix is a 64x1 matrix instead of 4096x1.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sources 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!