The code for "installArduino" has several tilde which do not pass the MATLAB compiler. As an example the very first line:
function installArduino(~) produces the error:
??? Error: File: installArduino.m Line: 1 Column: 25
Unexpected MATLAB operator.
The tilde exists at the location listed and stops the install program from executing. This same problem will cause the installation program to seize at several other points:
Line: 240 Column: 29 & 33
Line: 253 Column: 32
Line: 275 Column: 31
etc . . .
I am very interested in the practicality of this MATLAB & Simulink application. Please fix these problems so I can make good use of MATLAB and Arduino.
Thank you.