How can I get this graphic in Matlab?

1 view (last 30 days)
Where:
"grade" means degrees
"suprareglaj" means override
The alfa axis is a logarithmic axis, and override axis is a decimal axis.
I also have a formula which I don't know how could it help. It is:
override=sqrt(1-psi^2)*abs(sec(alfa))*exp(-psi/sqrt(1-psi^2)*atan(-psi/sqrt(1-psi^2))alfa-pi)
Can somebody help me please?
Thanks in advance
  5 Comments
Image Analyst
Image Analyst on 22 Dec 2012
Me too. Apparently ionut is in need of a Romanian dating partner. Regardless, he should post to someplace that shows us the image immediately and not have other roadblocks like having to download something or sign up for something.
ionut
ionut on 22 Dec 2012
What? Sorry for that. This was not my intention. I'll repair the error. Here is the graph:
Sorry for all inconvenients

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 22 Dec 2012
Have you tried using semilogy() to do your plotting? It does a linear x axis and a log y axis. Or you can use semilogx() to do a linear y axis and a log x axis.
  9 Comments
Image Analyst
Image Analyst on 22 Dec 2012
Not that I can think of without digging into it further to really understand what you want. I'd be happy to look over your final code, but if we're done, then go ahead and mark it as "Answered".
ionut
ionut on 23 Dec 2012
Edited: ionut on 28 Dec 2012
Be sure that I'll give you the final code, when I'll be done. The deadline for my project is 23.01.2013, sa till then you'll have the code. I know that's very hard to explain 'cause this graph is part of a project.
Well I'll exaplain you in general the problem: I have H(s)=5/(5*s+1)(2*s+1). From this I must design a digital regulator whith the allocation pole-zero method for numerical control loop to ensure zero stationary error at step input; where override imposed is 10% and maximum duration of transitory regime is tr_imposed=6.5 sec.. tr=4/(psi*0.769).
I don't know if you really understand because my technical english is not so good

Sign in to comment.

More Answers (0)

Categories

Find more on Specifying Target for Graphics Output in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!