I actually have 2 queries:
How do I display the data of a variable in a msgbox? In other words, if I have
dist=3765
at the end of my program and I want to display it in a msgbox, how do I do it?I want the user to select an input file (suppose an image) from a folder in my MATLAB program using an explorer window at runtime. How do I code that in MATLAB, or is there an existing function available for it?