zlw8844 发表于 2006-10-6 22:14

求救一到fzero的问题

我要解一个方程:10.*t.*exp(-10*t)+exp(-10*t)-0.9=0,我用PLOT函数画了此图象,值在0-1之间,然后用fzero
求方程:fzero('10.*t.*exp(-10*t)+exp(-10*t)-0.9',),之后便跳出错误:
??? Error using ==> fzero
FZERO cannot continue because user supplied expression ==> 10.*t.*exp(-10*t)+exp(-10*t)-0.9
failed with the error below.

Error using ==> inlineeval
Error in inline expression ==> 10.*t.*exp(-10*t)+exp(-10*t)-0.9
??? Error using ==> eval
Undefined function or variable 't'.
请问这个是什么错误啊??

[ 本帖最后由 lxq 于 2006-10-6 23:52 编辑 ]

buaalqq 发表于 2006-10-6 22:52

当fzero函数里用字符串时,变量用x,如果用其他字符就要用内联函数。

zlw8844 发表于 2006-10-6 23:23

谢谢!

页: [1]
查看完整版本: 求救一到fzero的问题