フィルターのクリア

Undefined function or method 'erfc' for input arguments of type 'sym'.??plz help

1 回表示 (過去 30 日間)
khushi
khushi 2015 年 8 月 19 日
コメント済み: khushi 2015 年 8 月 19 日
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)

回答 (1 件)

Morteza
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 ExchangeArgument Definitions についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by