Create matrix 64x64 using Matlab Simulink
1 次查看(过去 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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!