Azzera filtri
Azzera filtri

How do I represent a graphic with Logspace and Semilogx?

1 visualizzazione (ultimi 30 giorni)
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!

Risposta accettata

John Osborne
John Osborne il 20 Dic 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]);

Più risposte (0)

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by