Monday, April 18, 2011

Open Firefox web browser in Matlab Mac

Wanted to open a web browser from Matlab.
This works for Firefox. Similar things should do for chrome... Lets see.


webDIR = '/Applications/Firefox.app/Contents/MacOS/firefox';
system([webDIR, ' www.usefulcodes.blogspot.com'])

OR,
open -a Firefox
Consulting
http://www.google.com/support/forum/p/Chrome/thread?tid=68ef8a58f86e1fe2&hl=en

But not working for chrome.


Getting Started with MATLAB: A Quick Introduction for Scientists and EngineersDigital Image Processing Using MATLAB, 2nd ed. 

No comments: