I have a small question. For my bachelor project, I would like to use a fuzzy regulator for my Arduino Uno R3. The question is, based on what I know so far, can Simulink code be converted to C code? Can I use this code in my Arduino as a library when I need the regulator? (It's for a small water pump to control its voltage.) Has anyone tried this, and does it work?
can't imagine any algorithm written in any language that can't be translated to C. i believe many interpreted languages are in fact written in C/C++. don't know if there is a Simulink to C interpreter.
From what I have search on the internet, inclusive the matlab documentation, there is a tool that convert you’re simulink or matlab file to an C/C++ code, but yeah, I also have think about to discuse with my profesor to find a solution to write the little fuzzy regulator directly in C by me