To draw a curve line
Afficher commentaires plus anciens
Hi everybody.I want to draw a curve line and I used code
line([0 0],[0 952],[1238 1446]);
line([0 0],[952 1844],[1446 2000]);
line([0 0],[0 -952],[1238 1446]);
line([0 0],[-952 -1844],[1446 2000]);
But when Matlab run this code,I don't see what i need see. I think i should use "spline" but i can't. What need i do? thank so much/
Réponse acceptée
Plus de réponses (2)
Fangjun Jiang
le 7 Sep 2011
0 votes
Would the function rectangle() help?
Grzegorz Knor
le 7 Sep 2011
Maybe just:
view(3)
What exactly do you want to achieve? Smooth line? Or something different?
1 commentaire
Cruise
le 8 Sep 2011
Catégories
En savoir plus sur Spectral Estimation 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!