How to open a GUI from web browser.
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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...
0 commentaires
Réponses (1)
SOMNATH BAKSI
le 25 Oct 2021
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
0 commentaires
Voir également
Catégories
En savoir plus sur MATLAB Web App Server dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!