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
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 :)
Anastasios
Anastasios 2014-6-26
Thank you for your response !
I have attached some snippets of my code and the errors that I am getting

请先登录,再进行评论。

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by