Pass variable and its contents from workspace to GUI function in MATLAB

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-05-04T16:48:30Z Indexed on 2010/05/04 18:58 UTC
Read the original article Hit count: 179

Filed under:
|
|
|
|

I have a variable in the MATLAB workspace and I want to pass the variable name and its contents to a function in my GUI.

How do I achieve this task?

© Stack Overflow or respective owner

Related posts about PASS

Related posts about variable