Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 07:37:13
Size: 259
Editor: sonampy.cmi
Comment:
Revision 2 as of 2010-12-18 07:47:00
Size: 272
Editor: sonampy.cmi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
plot(exp(t), t, (t, 0, 2*pi)) parametric_plot((exp(t), t), (t, 0, 2*pi))
  • Book

    Getting started with MATLAB

    Author

    Rudra Pratap

    Edition

var('t')
parametric_plot((exp(t), t), (t, 0, 2*pi))

  • Solution by:

    • <Sonam Kumar, Student, CMI

Pratap-6.1.5-2 (last edited 2010-12-18 07:47:13 by sonampy.cmi)