Plot a 3d line with log scale
Mostra commenti meno recenti
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...
Risposte (1)
Azzi Abdelmalek
il 1 Ott 2013
set(gca,'xscale','log')
Categorie
Scopri di più su Line Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!