input dialog box data usage
input dialog box data usage
(OP)
I am able to create the input dialog box but cannot seem to extract the data inputs for manipulation. The data is in the form of a 'cell array'.
I would appreciate any help that may be out there.
I would appreciate any help that may be out there.





RE: input dialog box data usage
usually 'char'(i.e. A=char(OUT);) will transfer the output to strings.
Even A=OUT{:} works for short strings.
and visit http://www.geocities.com/bstex2001 to improve your graphics.
RE: input dialog box data usage
RE: input dialog box data usage