- 5
- 0
- 约7.08千字
- 约 11页
- 2019-09-14 发布于广东
- 举报
fsolve函数解方程
[X,FVAL,EXITFLAG,OUTPUT,JACOB]=FSOLVE(FUN,XO,...) returns the Jacobian of FUN at X.
Examples
FUN can be specified using @:
x = fsolve(@myfun,[2 3 4],optimsct(,Display,/itcr,))
where myfun is a MATLAB function such as:
function F = myfun(x)
F = sin(x);
FUN can also be an anonymous function:
x = fsolve(@(x) sin(3*x),[l 4],optimset(Display\off))
If FUN is parameterized, you can use anonymous functions to capture the problem-dependent parameters? Suppose you want to solve the system of nonlinear equations given in the function myfun, which is parameterized by its second argument c. He
您可能关注的文档
最近下载
- 徐工50T吊车技术标准.DOC VIP
- GA_T 2145-2024 法庭科学 涉火案件物证检验实验室建设技术规范.docx VIP
- 2025北京画院招聘10人参考题库附答案解析.docx VIP
- 2026年小学六年级数学圆的周长面积典型例题讲解.docx VIP
- 2025北京画院招聘10人(公共基础知识)测试题附答案解析.docx VIP
- 2025北京画院招聘10人(公共基础知识)综合能力测试题附答案.docx VIP
- 2025北京画院招聘10人笔试备考题库附答案解析.docx VIP
- 2013-2014、2016-2022年四川轻化工大学《802有机化学》历年考研真题汇总.pdf VIP
- 2023年四川轻化工大学自主命题研究生入学802有机化学考试真题.pdf VIP
- 四川轻化工大学802有机化学考研真题2021年.docx VIP
原创力文档

文档评论(0)