Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 04:20:48
Size: 389
Editor: vignesh117
Comment:
Revision 2 as of 2010-12-17 06:36:12
Size: 463
Editor: trss
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
   * <Your Name>, <Profession>, <Organization>
   * <Your Name>, <Profession>, <Organization>
   * Vignesh Ganapathiraman, Student, CMI
   * Pooja Kalra, Student, Malwa Institute of Technology
   * T R Shyam Sundar, Student, CMI
   * Sonam Kumar, Student, CMI
  • 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:

    • Vignesh Ganapathiraman, Student, CMI
    • Pooja Kalra, Student, Malwa Institute of Technology
    • T R Shyam Sundar, Student, CMI
    • Sonam Kumar, Student, CMI

Pratap-2.4-2 (last edited 2010-12-17 10:32:51 by vssvss)