How to plot parametric equations by using "for loop"

조회 수: 4 (최근 30일)
Wajahat
Wajahat 2017년 5월 18일
편집: KSSV 2017년 5월 19일
If we have,
t= linspace (-30,-1.6);
X= ((3*t)./(1+t.^3);
Y= ((3*t.^2)./(1+t.^3));
plot(X,Y);
How we plot X and Y by using for loop?
  댓글 수: 18
Wajahat
Wajahat 2017년 5월 19일
KSSV, why we replace i with 1i, and preallocate q1. what is the reason behind it?
KSSV
KSSV 2017년 5월 19일
편집: KSSV 2017년 5월 19일
You should be knowing that matlab is showing red line under them, it is to improve the speed.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by