Work
Sunday, June 22, 2008
i want a circle not ellipse
theta = 0:0.1:2*pi ;
x = cos(theta);
y = sin(theta);
plot(x,y);
shg
this should show u a circle instead it shows u an ellipse.. not that the program is wrong or something !
just write
axis equal
at the command prompt and all should be ok
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
awhan
View my complete profile
Link Dump
http://awhan.wordpress.com
My Blog List
Labels
bash
C++
control
emacs
firefox
g++
gcc preprocessor
glibc
gnome
gnuplot
greasemonkey
keyboard shortcuts
linux
matlab
multiple lines of comments
numerical computation
octave
problem
programming
real time control
ssh
valgrind
xming
youtube
Blog Archive
►
2009
(6)
►
February
(2)
►
January
(4)
▼
2008
(27)
►
December
(1)
►
November
(3)
►
October
(4)
►
September
(3)
►
August
(1)
►
July
(4)
▼
June
(11)
find the location/path of m-files
i want a circle not ellipse
more
Linear Optimal Control Systems by H. Kwakernaak an...
Scientific Computing In Object-Oriented Languages
transient response of non-linear systems
pid
degree of non-linearity
Laplace Transform
step response
pole zero cancellation
No comments:
Post a Comment