graph alignment problem with Plot and Stem
Mostra commenti meno recenti
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 Commenti
Dyuman Joshi
il 5 Ott 2023
Can you share the code you are working with?
shamal
il 5 Ott 2023
shamal
il 5 Ott 2023
Risposte (1)
Categorie
Scopri di più su 2-D and 3-D 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!
