I want start using the Graphical User Interface (GUI) of the MATLAB, since I think that it can be very useful in performing simulations. Can somebody give relevant links/references/video lessons. Thank you in advance!
This is a good tutorial http://www.mathworks.com/matlabcentral/fileexchange/12122-handbook-of-graphical-user-interface--spanish-- but the problem is that, it is in spanish.
For starters, bind your functions in a wrapper script, make the binder as much as user interactive (i.e. changing file paths, choosing pre-defined presets for different tasks) as possible.
You may then proceed and implement the actionable entries of the binder in GUI far more easily. For example, MATLAB GUI layout editor -- "guide" is nice and simple.