I have matlab scripts(m files) now I have to 1. integrate them to a GUI using the guide tool. there is an initialization file say 'file1' and dependent files 'file2','file3' etc. have to push this into GUI. 2. The figure/image plotting is causing me issues i.e. I have 2 different axes plots and have to push images from say file2 to axes1 and file3 to axes2 but it is plotting on the same axes time and again.
Note: file2 and file3 have two different calls from gui using the pushbutton but file2 is dependent on file1 and file3 on file1 and file2 Need help to proceed
Thanks in advance