Clear Filters
Clear Filters

How do I represent a graphic with Logspace and Semilogx?

1 view (last 30 days)
Hello, I need to represent the graphic attached below with the logspace and semilogx functions. All what I was able to do is attached in the second picture. Please help me!

Accepted Answer

John Osborne
John Osborne on 20 Dec 2016
The two plots cannot be identical, because the data is different. The two plots can have the same the same domain in x and range in y, though:
set(gca,'XLim',[1e-1 1e2]);
set(gca,'YLim',[45 65]);

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices 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!