Video: GUIDE Advanced Techniques
Editor's Note: This file was a File Exchange Pick of the Week
See more videos without downloading here:
http://blogs.mathworks.com/pick/category/video
This is the second in a series of video tutorial made by The MathWorks Applications Engineer, Doug Hull.
This thirty minute flash based video will highlight techniques such as:
Multi-window GUIs,
application data sharing,
use of pre-built file import dialogs, subfunctions,
function handles.
If you do not have the Image Processing Toolbox replace the line
Imshow(I)
With
image(I)
colormap ([0 0 0; 1 1 1])
NOTE: You will have to download the zip file to watch the video.
Cite As
Doug Hull (2024). Video: GUIDE Advanced Techniques (https://www.mathworks.com/matlabcentral/fileexchange/8616-video-guide-advanced-techniques), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Acknowledgements
Inspired by: Video: GUIDE Basics Tutorial
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.