Creating an embedded MATLAB function block in Simulink
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I am trying to create an embedded MATLAB function block that has 8 constant inputs and one output (vector). However I get a few errors when I try to compile it in Simulink (Size mismatch (size [2205001 x 1] ~= size [1 x :?]). The size to the left is the size of the left-hand side of the assignment. ). The code by itself works fine in MATLAB. I have attached the .slx file with my block.
I would appreciate if someone could give me some advice regarding that.
Thank you
Tasos
2 个评论
Kaustubha Govind
2014-6-26
Could you please paste the snippet of the code that the failure occurs on? Also, you may find this discussion useful: http://www.mathworks.com/matlabcentral/answers/69970-matlab-coder-size-mismatch-issue
PS: Note that in general, you have greater chance of having your question answered if you have all the relevant information in your question. Some of us are wary of downloading files :)
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!