Creating an embedded MATLAB function block in Simulink
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Kaustubha Govind
el 26 de Jun. de 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 :)
Respuestas (0)
Ver también
Categorías
Más información sobre Simulink Coder en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!