フィルターのクリア

How do I represent a graphic with Logspace and Semilogx?

1 回表示 (過去 30 日間)
Alexandru Mosneag
Alexandru Mosneag 2016 年 12 月 20 日
回答済み: John Osborne 2016 年 12 月 20 日
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!

採用された回答

John Osborne
John Osborne 2016 年 12 月 20 日
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]);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by