How to plot a graph between two variables using interpolation method????
47 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hello all, There is this simple problem i am facing.I am plotting a graph between 't' (time) and 'e'(Energy) which gives me the values of energy at specific time.
I want to plot the interpolation graph between these two variables such that instead of getting specific bars of energy at specific time, i get a continuous signal graph.
SCRIPT IS:
figure()
plot(t(1:n),e);
THANX.....
0 commentaires
Réponse acceptée
Image Analyst
le 19 Mai 2013
You can use splines, as I show in my demo: http://www.mathworks.com/matlabcentral/answers/75657#answer_85307
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Interpolation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!