Undefined function or method 'erfc' for input arguments of type 'sym'.??plz help
Afficher commentaires plus anciens
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)
Réponses (1)
Catégories
En savoir plus sur Downloads dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
