How to pass values from GUI to workspace

3 Ansichten (letzte 30 Tage)
Arun Badigannavar
Arun Badigannavar am 4 Dez. 2012
How to pass values from GUI to workspace

Antworten (2)

Vishal Rane
Vishal Rane am 4 Dez. 2012
Refer this : Assignin

Jan
Jan am 4 Dez. 2012
To which workspace? Each function has its own one. Do you mean the base-workspace, which is available in the command window? Then:
assignin('base', 'A', 123 + 17)
Please note, that using such remote-creation of variables frequently will make it much harder to debug your program. Imagine you have tweo different GUIs which assign the same variable. Then it is impossible to find the function, which has applied the last changes.

Kategorien

Mehr zu Workspace Variables and MAT Files finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by