フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

coversion frm sym to double is not possible?plz help

1 回表示 (過去 30 日間)
khushi
khushi 2015 年 8 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
clc;clear all; g_db=[0:2:20];
g=10.^(g_db/10); alpha=1.25; c=1; M=2; syms y r=0; for j=2:M
p=((-1)^j)*(factorial(M)/factorial(j)*factorial(M-j))*exp(-(g.*y*(1-(1/j)))); r=r+p; t=r*(1/M) end x=((y.^(alpha-1)).*exp(-y./c))/((gamma(alpha))*(c^alpha)); z=t*x; semilogy(g_db,double(subs(z,y)),'o') hold on

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by