Preliminary versión, hope you try and enjoy,
it is different from "Arduino Support from MATLAB" by MathWorks,
ArdLAB (Arduino+MATLAB) is the platform such that MATLAB and/or Octave (MATLAB alternative with very similar features) users can use Arduino hardware under MATLAB/Octave environment without knowing C/C++ language. For example, the users of ArdLAB can run analogRead() function of Arduino directly under MATLAB/Octave environment. Actually, ArdLAB is just an Arduino code “ArdLAB.ino” plus many MATLAB/Octave scripts and functions having same names with Arduino functions.
ArdLAB was developed for educational purpose so that students can access hardware interface even with very few knowledge of MATLAB. Performance was not the main concern and it does not support any fixed sampling time. Instead I tried to develop everything more readable and easy, so that students can take look of the inside of ArdLAB anytime.
ArdLAB v0.9.zip (753 KB)