w312716 发表于 2009-4-17 21:07

求助 积分运算怎么总出错啊?

哪位高手指点一下啊
syms x;
>> y=sym('cos(x)/(l-r*cos(x)-(r^2-(r*sin(x)-3^(1/2)/2*l)^2)^(1/2)+l/2)^3');
>> z=sym('arcsin(3^(1/2)*l/2/r-1)');
>> f=int(y,z,pi/2)

计算时总是提示
??? Error using ==> reshape
To RESHAPE the number of elements must not change.
Error in ==> sym.maple at 94
      result = reshape(result,size(varargin{3}));
Error in ==> sym.int at 51
   r = reshape(maple('map','int',f(:@),),size(f));

这是哪里出错了啊?

其中 r是半径值,l是长度,都是常数

[ 本帖最后由 ChaChing 于 2009-4-18 22:22 编辑 ]

ChaChing 发表于 2009-4-18 22:28

help int
f=int(y,z,pi/2), 可以这样用吗?
页: [1]
查看完整版本: 求助 积分运算怎么总出错啊?