I want to call google chrome brower from matlab using start command.
Show older comments
Currently I'm making a program to automatically open multiple urls in matlab.
Currently I'm using system('start https://www.google.com/ ') to execute . It works fine but when I store that as a character in a varable then due to quotation marks ' ' ,this doesn't work
x='start https://www.google.com/'
system('x') Thanks in advance
Accepted Answer
More Answers (0)
Categories
Find more on Google in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!