Creating an embedded MATLAB function block in Simulink
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Kaustubha Govind
am 26 Jun. 2014
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 :)
Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!