Error in sym/int

조회 수: 17 (최근 30일)
Daniela Ospina Rodriguez
Daniela Ospina Rodriguez 2022년 2월 25일
편집: Walter Roberson 2022년 2월 27일
Error using symengine
List or a table expected.
Error in sym/int
rSym = mupadmex('symobj::intdef',f.s,x.s,a.s,b.s,options);
Integral=int(fun,x,Li,Ls);
  댓글 수: 1
Walter Roberson
Walter Roberson 2022년 2월 27일
편집: Walter Roberson 2022년 2월 27일
Is fun a symbolic expression or a symbolic function?
Is x a scalar symbolic variable?
Are Li and Ls both scalars? Are they numeric or symbolic ?
Could you save fun, x, Li, Ls to a .mat and attach the .mat for testing ?
Which MATLAB release are you using?

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

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by