How to plot log

1 次查看(过去 30 天)
Jas M
Jas M 2018-1-14
回答: Jas M 2018-1-14
I'm trying to plot this function and my plot should look like the second picture ( for a= 110, b=2,c=2., d=7) but mine doesn't can you please tell me what im doing wrong? this function gives Log ( CSF) but plot is for CSf vs F
function func = qcsf(a,b,c)
f=1:5;
x= log(f)-log(b) ;
y= c*(log(2)/2) ;
csf= log(a)-log2(x/y).^2 ;
qcsf= power(10,csf);
figure
plot(f,csf);

回答(2 个)

Rafael Hernandez-Walls
change
plot
for
semilogy

Jas M
Jas M 2018-1-14
i did but y axis values are completely different..

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by