handle tick line in 3D mesh plot
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
francesco
am 9 Nov. 2013
Beantwortet: francesco
am 26 Nov. 2013
Hi everyboy, Is it possible to change the tick size of mesh lines?
0 Kommentare
Akzeptierte Antwort
Sean de Wolski
am 11 Nov. 2013
As in modifying the 'LineWidth' of a mesh plot?
h = mesh(magic(5));
set(h,'LineWidth',3);
If not, please clarify the question.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!