请问matlab里Undefined function 'int' for input arguments of type 'double'. 是什么意思呢

日期:2012-07-03 19:30:40 人气:3

请问matlab里Undefined function 'int' for input arguments of type 'double'. 是什么意思呢

你这错误不止一个 首先 函数F(x) 应该写成F ,因为F(x)就成了x做下标的数组F了 然后要定义x为变量 syms x 最后 lognpdf 这个东西我也不认识,但他不能接受sym变量为输入,你可能应该自己把公式写出来
    A+
热门评论