Exporting an Image from a GUI to the Command Line
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
As the question states, I'm trying to allow the user to export an image from a GUI onto the command line. My GUI allows the user to perform operations on an image, but if they want to export the image to the command line and use a function that I don't have the capability for in my GUI, then how do I allow them to do that?
2 commentaires
Réponse acceptée
Oleg Komarov
le 27 Août 2012
Modifié(e) : Oleg Komarov
le 27 Août 2012
2 commentaires
Oleg Komarov
le 27 Août 2012
yes, but that should be executed by the GUI. You can create a pushbutton and link to it a callback that executes that line of code.
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!