Feeds
提问
Calculate distance between the circumference of two ellipse
I have the following code This makes two ellipses: the first one by interpolation of 100 points, and the second one by a para...
10 years 前 | 1 个回答 | 0
1
个回答提问
need help calculating distance between two graphs
I have two ellipse one is made by parametric equations the other uses linear interpolation of 100 points. I have to calculate t...
10 years 前 | 1 个回答 | 0
1
个回答提问
Calculation mid point between two points
I have the following code. s=pi/180; %to make radians. i=1:100; %for 100 data points t=3.6*s*i; %360 degree ...
10 years 前 | 0 个回答 | 0
0
个回答提问
how to compare two graph plots and calculate error ?
I have to graph plots (ellipse) one was calculated and drawn using linear interpolation, I want to calculate the error between t...
10 years 前 | 0 个回答 | 0
0
个回答提问
Help with Alogrithm????
im trying to do linear interpolation the parametric equations for the ellipse i have are x=30*cos(t) y=15*sin(t) whe...
10 years 前 | 1 个回答 | 0
1
个回答提问
Help regarding iterations when a specific table of values has to be used.
i am trying to do the iterations for a blade design. i calculate the value of a certain variable 'x' value of which then corresp...
11 years 前 | 1 个回答 | 0
