How to draw chart in MATLAB? i have two variables x and y. I want them to draw in a chart.

Réponses (1)

Oleg Komarov
Oleg Komarov le 23 Fév 2012

0 votes

plot(x,y)
EDIT
If you have the financial toolbox give a look at:

3 commentaires

Pramod Bhat
Pramod Bhat le 23 Fév 2012
Thanq..-)
but i want bar chart. not a plot.
Oleg Komarov
Oleg Komarov le 23 Fév 2012
You mean a financial bar chart? If yes, what version of MATLAB do you have?
Jiro Doke
Jiro Doke le 23 Fév 2012
Have you searched the documentation for "bar"?

Connectez-vous pour commenter.

Modifié(e) :

le 21 Oct 2013

Community Treasure Hunt

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

Start Hunting!

Translated by