[問題]有關int積分的問題已回收
z2=1/sqrt((z+1/kx)*(z+1)*(z^2-bx^2));
W=eval(int(z2,z,-1,-x));
W1=eval(int(z2,z,x,1));
W2=eval(int(z2,z,-inf,-1/k)+(int(z2,z,1/k,inf)));
D=eval(int(z2,z,-x,x)/i);
以上為我在做積分時的程試碼 其中z為變數 kx bx x皆為以定義之常數
問題為 在積W時matlab的回傳錯誤為下:
??? Error using ==> evalin
Undefined function or method 'EllipticK' for input arguments of type 'double'.
Error in ==> sym.eval at 9
s = evalin('caller',map2mat(char(x)));
Error in ==> test_cm at 30
W=eval(int(z2,z,-1,-x));
請問各位高手 哪裡有問題 能否幫幫忙 thx
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.124.72.128
MATLAB 近期熱門文章
PTT數位生活區 即時熱門文章