cell2sym...where it is?
1 回表示 (過去 30 日間)
古いコメントを表示
Junior Joel Aguilar Hancco
2020 年 1 月 11 日
コメント済み: Junior Joel Aguilar Hancco
2020 年 1 月 11 日
i need to convert from cell to symbolic,because I have to integrate the equations with "int" but i can't do it!. Can somebody help me? Thanks.
>> e=importdata('Ecuaciones.dat')
e =
'x '
'x^2 '
'2*x^3 '
>> e1=cell2sym(e)
Undefined function or variable 'cell2sym'.
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Calculus についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!