From: Mohammed Shehada on
"Michal S" <miqba(a)szczecin.home.pl> wrote in message <fvq2sj$edm$1(a)fred.mathworks.com>...
> Thanks mate!
> evalin() was exactly the kind of stuff I was looking for.
>
> I owe you a beer ;)


Hey dude,
I know it is a long time, but how did you solve the problem?
I am doing the same, and reading data from GPIB port, then I save it using assignin()

After pushing a button, I want to show my 100 current values in a Edit Text, so I use

v = evalin('base', 'data'); % data is my variable name where the data is stored
set(handles.input1_editText,'String',v);

But the Edit Text is always empty... I tried to convert v tp string using
v = str2num(v,'String');
but still same error..

I hope you have time to help.

regards
 | 
Pages: 1
Prev: 3-dimensionnal array
Next: Error in GUI