cell2sym...where it is?

조회 수: 2 (최근 30일)
Junior Joel Aguilar Hancco
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'.

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 1월 11일
편집: KALYAN ACHARJYA 2020년 1월 11일
May be you are using earlier version of Matlab, cell2sym is Introduced in R2016a
  댓글 수: 1
Junior Joel Aguilar Hancco
Junior Joel Aguilar Hancco 2020년 1월 11일
:( i'm using R2015a. Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by