Filter löschen
Filter löschen

How to plot the exponentional function in matlab

4 Ansichten (letzte 30 Tage)
lakom Mariem
lakom Mariem am 21 Okt. 2017
Kommentiert: lakom Mariem am 25 Okt. 2017
Hello everyone
I want to plot this expression of probability in matlab y=exp(-(K-1)) in function of P[dB]. How can I do it? Please i need help.
I tried with this code but it doesn't go.
function y = Swb(K,p)
K=4;
y= exp(-(K-1));
end

Antworten (2)

Image Analyst
Image Analyst am 21 Okt. 2017
You need to use the plot() function.
  3 Kommentare
Image Analyst
Image Analyst am 21 Okt. 2017
Where does he say he wants the PSD? If he did, then yes, he'd use pwelch(). But I see him saying "I want to plot this expression...." and for that you'd use plot(). Of course his expression is just a single number since y = exp(-(K-1)) = exp(-(4-1)) = exp(-3) = 0.04978706.
I think he needs to read this link
Birdman
Birdman am 21 Okt. 2017
I think you miss this part :
...in function of P[dB].

Melden Sie sich an, um zu kommentieren.


lakom Mariem
lakom Mariem am 23 Okt. 2017
Thanks all me,I want to reproduce this figure.For every single curve ,there is its own expression of probability.For example, for "SW" the expression of probability is Psw = exp(-(K-1)).Please can anyone help me how can i do it if you please and thanks in advance.
  6 Kommentare
Image Analyst
Image Analyst am 25 Okt. 2017
If K is just a single number, like 4, then exp(-(K-1)) is just exp(-3), which is just 0.0497870683678639, not a whole curve. What would you have as the x coordinate?
lakom Mariem
lakom Mariem am 25 Okt. 2017
Ok I understand.thanks a lot

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Polar Plots finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by