MATLAB: How to use matlab GUI to brows specific .html file in the same folder

brows .html

My matlab application is for recognize places, buildings. I have the matlab GUI for upload images for testing. After identify the place I want to open a html file through the matlab GUI. Can you please explain me how can I do that?

Best Answer

You can open html files with the built-in web browser by using the web command.
https://www.mathworks.com/help/matlab/ref/web.html