Simulink with Arduino: File May be Corrupt

2 visualizaciones (últimos 30 días)
Kerk Hui Hong
Kerk Hui Hong el 12 de Sept. de 2016
Respondida: Farouk Moukaddem el 19 de Sept. de 2016
I just started with Simulink with the below block diagram.
Here I am using Arduino Mega 2560 trying to light up a LED and the below error shows up.
What can I do with this, this is my first try.

Respuestas (1)

Farouk Moukaddem
Farouk Moukaddem el 19 de Sept. de 2016
Hi Kerk,
This error message could be due to the following reasons:
1) Writing a matrix with more than 10^8 elements. Mat files of the v4 format have a limit of 10^8 elements for matrices. Instead, try saving these matrices in the v5 format.
2) If you are using a third party tool to generate these files, dimensions of the variables could be specified incorrectly in the binary files.
To workaround this issue, try adding your folder under your SET PATH and typing the path and the fileName when using load or save command.
Thanks,
Farouk

Categorías

Más información sobre Arduino Hardware en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by