How to add/display Hyperlink of folder/file in the App Designer?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm building app in App Designer. i want to display/add Hyperlink to a folder or specific file from my PC.
I look and found something that works in standard matlab. when i tried to display it in my app, i see only the text itself and not link.
see code:
folder = uigetdir();
disp(['','<a href = "matlab: [s,r] = system(''explorer ',folder,' &'');">',folder,'</a>','']);
this code in the command line, shows hyper link (see picture 1.jpg)
but in my app, it shows as text (see picture 2.jpg)
can someone show me how to add in the app designer hyperlink?
the next step will be to know how to connect the hyperlink to an image...
Best Regards
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!