Filter löschen
Filter löschen

Exporting an Image from a GUI to the Command Line

1 Ansicht (letzte 30 Tage)
Caleb
Caleb am 27 Aug. 2012
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 Kommentare
Oleg Komarov
Oleg Komarov am 27 Aug. 2012
I don't think you mean the command line but the base workspace.
Caleb
Caleb am 27 Aug. 2012
Yes. Just export the image as some variable, say img, in the workspace.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Oleg Komarov
Oleg Komarov am 27 Aug. 2012
Bearbeitet: Oleg Komarov am 27 Aug. 2012
Example:
assignin('base','img',yourpic)
  2 Kommentare
Oleg Komarov
Oleg Komarov am 27 Aug. 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.
Caleb
Caleb am 27 Aug. 2012
You're right. Your original code worked. I just have to close out of the GUI for that line of code to be executed. Thank you.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by