I?d like to open a browser in command line. I?m trying:
>> web http://www.mathworks.com -browser;
But, the MatLab said:
"Sorry, no browser is registered to handle the '.html'
extension."
How would I get this?
My OS is Windows XP, and I have installed the Internet
Explorer 6.0, Safari, and Mozilla Firefox...
Thanks
Henrique
Matt Fig - 10 Jul 2008 20:59 GMT
> I?m trying:
>
> >> web http://www.mathworks.com -browser;
This works fine on my machine. I have firefox setup as
default, and the command simply opens a new tab. Which
browser is your default browser?
Matt Fig - 10 Jul 2008 21:01 GMT
What does value of stat after running this?
stat = web('http://www.mathworks.com', '-browser')