"Unable to convert expression containing remaining symbolic function calls into double array. Argument must be expression that evaluates to number"
9 次查看(过去 30 天)
显示 更早的评论
I've got a symbolic integral that I want to substitue some numbers into. Matlab will evaluate the integral for 0 < t < 4.8, but above that I get the error message.
"Unable to convert expression containing remaining symbolic function calls into double array. Argument must be expression that evaluates to number"
int(sin((7015723114167667*tau)/17592186044416 - 2630896167812875/1099511627776)*((555609333788003*tau^2*sin((pi*tau^2)/5))/7036874417766400 - (pi*cos((pi*tau^2)/5))/50), tau, 0, t)
Thanks in advance!
采纳的回答
更多回答(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!