MATLAB: How to make a code to access the internet and other programs

guiMATLAB

Is there a way to make a code open the internet browser and other programs.

Best Answer

You can use system commands to do this. See system
You can also use the ! to do this.