Create string from numbers

1 view (last 30 days)
john
john on 4 Mar 2013
Hi,
could you help me please?
from edit1 and edit2 I need create for example 2,3:
UserData.matrix(1,2)=num2cell(sym(strcat(get(handles.edit1,'string'),',',get(handles.edit2,'String'))));
Thanks
  2 Comments
Walter Roberson
Walter Roberson on 4 Mar 2013
What difficulty are you encountering with your current code?
john
john on 4 Mar 2013
Matrix has a lot of different types of informations....I thing I solve that problem with cellstr(strcat....

Sign in to comment.

Answers (0)

Categories

Find more on Characters and Strings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!