How to remove error form code.
4 次查看(过去 30 天)
显示 更早的评论
Respected Sir/Maam.
I was trying to solve a Nonlinear System ODE by Differential transform method Pade approximation (DTM-PA). Hear It is error " Error using sym/taylor (line 104)" in File "shah (attached)" and "Undefined function 'padeApproximation' for input arguments of type 'symfun'" in file "Asad (attached)" and some errors, which i am not able to rectify. Can you please help. If any information is required, please feel free to ask.
Thanking you in Advance
you help will be highly apprecialbe.
0 个评论
回答(1 个)
Walter Roberson
2023-4-5
taylor() accepts at most 3 positional parameters. In order to indicate the order of approximation you must use a name/value pair.
8 个评论
Walter Roberson
2023-4-14
Sorry, I am not willing to learn Differential Transform Method at this time. I am a bit distracted by other things, so ask specific short questions and I might answer, but I am not willing to go through the mathematics of what you are trying to do.
I have shown you how to construct the rational polynomial, and shown you the command needed to match coefficients; you can work from there.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Algebra 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

