Plot a 3d line with log scale

I need to create a 3d line plot with one logarithmic axis. I can use plot3 for the line plot but need something like semilogx to make the x axis logarithmic.
I also need to colour the points according to a fourth variable...

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 10 月 1 日

1 投票

set(gca,'xscale','log')

カテゴリ

ヘルプ センター および File ExchangeLine Plots についてさらに検索

質問済み:

2013 年 10 月 1 日

回答済み:

2013 年 10 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by