Azzera filtri
Azzera filtri

Multiple_independant variables on X-axis bottom

1 visualizzazione (ultimi 30 giorni)
root
root il 20 Apr 2023
Risposto: KSSV il 20 Apr 2023
Hello
This question is still not answered and I am struggling to get the right plot that looks like the following.
I would be happy to hear from you all.
Thank you

Risposte (1)

KSSV
KSSV il 20 Apr 2023
plot(1:3,rand(1,3))
xticks([1 2 3])
str = {sprintf('1\\newlineOne\\newlineOkati') sprintf('2\\newlineTwo\\newlineRendu') sprintf('3\\newlineThree\\newlineMoodu')} ;
set(gca(),'XTickLabel',str);

Categorie

Scopri di più su Graphics Object Programming in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by