Undefined function or method 'erfc' for input arguments of type 'sym'.??plz help
조회 수: 1 (최근 30일)
이전 댓글 표시
clc;
clear all;
a0=1;
c=1;
alpha=1
g=0:0.1:6;
syms x y
x=a0*g.*y;
p=0.5*erfc(x/sqrt(2))*(y^(alpha-1))*exp(-y/c)/(gamma(aplha)*c^alpha);
q=int(p,y,0,100);
plot(g,q)
댓글 수: 0
답변 (1개)
Morteza
2015년 8월 19일
I tested your code with MATLAB2014 and it's OK. The result is like below.
Then what is the problem?
참고 항목
카테고리
Help Center 및 File Exchange에서 Install Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!