259
Comment:
|
← Revision 3 as of 2010-12-18 07:47:13 ⇥
271
|
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)) |
Line 15: | Line 15: |
* <Sonam Kumar, Student, CMI | * Sonam Kumar, Student, CMI |
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