How to open a GUI from web browser.
显示 更早的评论
Hi to all,
First of all, this is my first Ask and I apologize if I put in a wrong place.
Now... the ask!
I have a GUI that allows you create (manually) a matching of two pictures, with some people. When you select a face of one person in left image, you should to mark, int right image, the same face. Then, it save all the position (current point) in a file.
This works, but I need to put this GUI in a web server to allow several people from home, can make this process.
I found a lot of information in web but I don't found anything. Could be possible to do this?
Thanks you for all!
P.S. Sorry for my poor English...
回答(1 个)
SOMNATH BAKSI
2021-10-25
0 个投票
hExp = actxcontrol('Shell.Explorer.2', ...
[10, 10, 400, 400], gcf);
Navigate2(hExp, 'https://www.innotechsolution.com');
This is Worked , For any query you can also touch us Project in Matlab
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!