|
Size: 389
Comment:
|
← Revision 3 as of 2010-12-17 10:32:51 ⇥
Size: 330
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 18: | Line 18: |
| * <Your Name>, <Profession>, <Organization> * <Your Name>, <Profession>, <Organization> |
* shivashankar.v vignan college |
Book
Getting started with MATLAB
Author
Rudra Pratap
Edition
r=input("enter the radius of the circle")
theta = (0,2*pi,100)
x=r*cos(theta)
y=r*sin(theta)
plot(x,y)
Solution by:
- shivashankar.v
vignan college
