Borrar filtros
Borrar filtros

How do I represent a graphic with Logspace and Semilogx?

1 visualización (últimos 30 días)
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!

Respuesta aceptada

John Osborne
John Osborne el 20 de Dic. de 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]);

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by