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
2013년 10월 1일
set(gca,'xscale','log')
카테고리
도움말 센터 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!