graph alignment problem with Plot and Stem
Afficher commentaires plus anciens
hi, i've problem to alignment plot graph with stem graph
all Data have the same size
plot(Ax_Draw,XDates,TDR1)
ST=stem(Ax_Sys,XDates,TCC2)
size(XDates)
ans =
1333 1
ans =
size(TDR1)
1333 1
ans =
size(TCC2)
1333 1
3 commentaires
Dyuman Joshi
le 5 Oct 2023
Can you share the code you are working with?
shamal
le 5 Oct 2023
shamal
le 5 Oct 2023
Réponses (1)
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
