fzero function troubles/errors
显示 更早的评论
question is Use fzero to find the largest x-value where ex+1 meets cos(5x). Use a nearby sensible integer value of your choice.
Code that I have: fzero('exp^(x+1)==cos(5*x)',10)
error: Error using fzero (line 289) FZERO cannot continue because user-supplied expression ==> exp^(x+1)==cos(5*x) failed with the error below.
Error in inline expression ==> exp^(x+1)==cos(5*x)
Not enough input arguments.
Error in project1 (line 31) p16=fzero('exp^(x+1)==cos(5*x)',10)
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Chemistry 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!