Error in sym/int
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Daniela Ospina Rodriguez
el 25 de Feb. de 2022
Editada: Walter Roberson
el 27 de Feb. de 2022
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 comentario
Walter Roberson
el 27 de Feb. de 2022
Editada: Walter Roberson
el 27 de Feb. de 2022
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?
Respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!