Feeds
질문
How can I complete this code or reach the result according to this mechanism?
% Define physical parameters of the mechanism AB = 0.09; % m, length of arm 1 BC = 0.4; % m, length of arm 2 CD = 0.7; %...
거의 2년 전 | 답변 수: 0 | 0
0
답변질문
What şs wrong ?
% Mechanism parameters AB = [0.09, 0.15, 0.22, 0.16]; % Link lengths AB (m) BC = [0.40, 0.67, 1.00, 0.70]; % Link lengths BC...
거의 2년 전 | 답변 수: 1 | 0
1
답변질문
Where is the mistake? This code doesn't work.
clc; close all; clear all; syms x; % Four Arm Mechanism %global LAB LBC LDC LEF LEC LAD LAG LGD LAF LAB=0.09;%m LBC=0.4...
거의 2년 전 | 답변 수: 1 | 0