MATLAB: Does MATLAB support the Arduino Zero microcontroller

arduinoarduino support package

I am creating a soft materials testing machine that uses a bi-polar stepper motor, an incremental encoder, linear stage and a load cell which will be connected to an Arduino Zero microcontroller .
I would like to use the Arduino support package in order to read data from the incremental encoder and load cell synchronously and to control the stepper motor. However, I cannot find if the Arduino Zero is compatible with the support package. Here is a link to some of the supported Arduino microcontrollers.
Do you know if I can use the Arduino Zero with the support package?

Best Answer

Anything not listed is not supported. In some cases the unsupported ones will be outright rejected; in other cases it might work. If you are trying to use Simulink to generate for a target that is a Zero then it will be rejected.
Related Question