| 查看: 330 | 回复: 2 | ||
[求助]
球买金币
|
| 谁想要 白给了 |
» 猜你喜欢
推荐一款可以AI辅助写作的Latex编辑器SmartLatexEditor,超级好用,AI润色,全免费
已经有20人回复
【EI|Scopus 双检索】第六届智能机器人系统国际会议(ISoIRS 2026)
已经有1人回复
物理学I论文润色/翻译怎么收费?
已经有232人回复
2026年第四届电动车与车辆工程国际会议(CEVVE 2026)
已经有0人回复
德国亥姆霍兹Hereon中心招收两位医用镁合金腐蚀与LPSO相变方向2026公派博士生
已经有0人回复
【答案】应助回帖
★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ...
感谢参与,应助指数 +1
scb151841: 金币+80, ★★★★★最佳答案 2012-07-14 15:43:02
感谢参与,应助指数 +1
scb151841: 金币+80, ★★★★★最佳答案 2012-07-14 15:43:02
给我吧function f = divrat(w, C) S=sqrt(diag(diag(C))); s=diag(S); f=sqrt(w'*C*w)/(w'*s); I have stored this file (divrat.M) in the normal Matlab path, and therefore Im assuming that Matlab will read the function when its starting and that this function therefore should be available to use. divrat(w, C) ??? Undefined function or method 'divrat' for input arguments of type 'double'. What is the error message telling me to do, I cant see any error in the code or the function call? |
2楼2012-07-14 15:42:31
clancy雨沐
捐助贵宾 (初入文坛)
- 应助: 0 (幼儿园)
- 金币: 55.9
- 散金: 211
- 帖子: 28
- 在线: 24.9小时
- 虫号: 2483526
- 注册: 2013-05-27
- 专业: 运筹与管理
3楼2013-05-27 15:35:13













回复此楼
给我吧