1

I want to creat a GUI using the GUIDE tool in MATLAB. Anyone know of a good tutorial (preferably not a video...can't watch).

THanks

dewalla
  • 1,317
  • 8
  • 18
  • 42
  • 2
    Duplicate: [How to program MATLAB's GUI](http://stackoverflow.com/questions/1115703/how-to-program-matlabs-gui). The [answer from ThibThib](http://stackoverflow.com/questions/1115703/how-to-program-matlabs-gui/1115721#1115721) in particular links to two good non-video tutorials. – gnovice Sep 01 '10 at 18:45
  • 4
    For non-GUIDE programmatic examples, check out the "41 Complete GUI Examples" submission on FEX by Matt Fig: http://www.mathworks.com/matlabcentral/fileexchange/24861-41-complete-gui-examples – Amro Sep 01 '10 at 18:54
  • 1
    GUIDE is really easy, I mean extremely easy. IMO you can just start with GUIDE MATLAB Help and and after few clicks you will master it. With MATLAB it is not possible to create beautiful resizable GUI's anyway but MATLAB UI is thousand times less complex then Java Swing or .NET WPF. – Mikhail Poda Sep 02 '10 at 06:57

2 Answers2

1

This is a nice site with great screenshots. No video as requested.

linuxuser27
  • 7,183
  • 1
  • 26
  • 22
1

Well, apart from what can normally be found at Google "MATLAB GUI GUIDE" no. Most of them are useful, but many lack a systematic approach.

However, I remember a rather nice book - had it in my possesion back then (when I didn't need it), don't have it now when I do need it. It was called Graphics and GUIs with MATLAB. It really nicely explained some general idioms when building a GUI. Also Mastering MATLAB 7.

Rook
  • 60,248
  • 49
  • 165
  • 242