problem converting a function
2 次查看(过去 30 天)
显示 更早的评论
Hello, i have a system of symbolic equation which i need to solve, so i tried to solve it using this function: my_dif = mydifffunction2; g = matlabFunction(my_dif); h = my_vectorize(g); fsolve(h,[0.2,0.3,0.4,0.5])
where my diff function is an array of symbolic variables and my_vectorize converts it usinf num2cell the problem is i had the same value stored in an array as: 0.2672 0.2672 0.2672 0.4189 which doesn't make any sense, can anybody help?? thanks in advance
0 个评论
回答(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!