dwivedi shriprakash
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
error using undefined heading how can i solve it help plz..
clear all clc syms t x y dia=10 Sover=75 a = 0 b = dia*Sover/2/pi/95 per_pass=3 theta = 0...
6 years 前 | 1 个回答 | 0
1
个回答提问
how i get the x and y value with two given eqation
Xc(4) = 0.9304, Yc(4) = 0.9304 2014 version R = 25 modifying given equations as follows syms x y N1 = ((...
6 years 前 | 2 个回答 | 0
2
个回答提问
empty sym what its mean how i solve it help plzz
syms x y P Q eqns = [(((x-Xc(4)).^2) + ((y-Yc(4)).^2)== R^2), (P^2 + Q^2 == R^2)] S = solve(eqns, [x y P Q]) S =...
6 years 前 | 0 个回答 | 0
0
个回答提问
Hi i have following code which shows some error how i solve it plzz help
clear all clc syms t x y %points to define the bezier curve Px = [10 50 60 70]; Py = [30 60 0 20]; ...
7 years 前 | 2 个回答 | 0