Conversion to cell from sym for matrix.
2 次查看(过去 30 天)
显示 更早的评论
%I need to perform sym to cell conversion for matrix. Then I need to use set(handles...) to write matrix into uitable.
%for example;
digits(50)
a=[0.122254444 0.222222232 0.3365440003]
b=vpa(a'*a)
% b is sym. I need to write b into uitable. Like set(handles.uitable1, 'Data', b), in that, b needs to be cell. when I perform b=char(b) then b=cellstr(b), it is still impossible to use set(handles...) to write into uitable.
2 个评论
Jan
2014-3-8
Please do not only claim that it is "impossible", but explain, what you observe. Do you get an error message?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!