- 18
- 0
- 约2.54万字
- 约 11页
- 2016-10-05 发布于贵州
- 举报
fsolve传递知参量解方程
fsolve函数解方程
[X,FVAL,EXITFLAG,OUTPUT,JACOB]=FSOLVE(FUN,X0,...) returns the Jacobian of FUN at X. Examples FUN can be specified using @: x = fsolve(@myfun,[2 3 4],optimset(Display,iter)) 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),[1 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 giv
您可能关注的文档
最近下载
- 《水泥化学分析方法》GB_T176-2025.PPTX
- 2026年广州市海珠区辅警协警招聘笔试模拟试题及答案解析.docx VIP
- 前列腺癌根治术后的护理.pptx VIP
- 煤炭建设工程资料管理标准附件表格井巷工程2019年版本.doc VIP
- 包装技术与设计毕业论文选题(100个).docx VIP
- 高一语文下学期期中测试卷(统编版必修下册)03(含解析答案).docx VIP
- 浮选药剂分子设计第五章含硫、磷、砷及氧化矿捕收剂.ppt VIP
- 基于PLC控制的AGV工业小车设计.docx VIP
- 《食品原料学》课件——第三章 果蔬食品原料.pptx VIP
- eDP-v1.5a-standard原版完整文件.doc
原创力文档

文档评论(0)