-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathload_plate2.m
30 lines (28 loc) · 1.2 KB
/
load_plate2.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
function g2 = load_plate2(x,y)
%LOAD_PLATE2
% G2 = LOAD_PLATE2(X,Y)
% This function was generated by the Symbolic Math Toolbox version 5.8.
% 10-Nov-2017 15:18:30
t2 = x.^2;
t3 = x-1.0;
t4 = t3.^2;
t5 = y.^2;
t6 = y-1.0;
t7 = t6.^2;
t8 = y.*1.0e1;
t9 = t8-5.0;
t10 = x.*1.0e1;
t11 = t10-5.0;
t12 = y.*2.0;
t13 = t12-2.0;
t14 = t2.*5.0;
t16 = x.*5.0;
t15 = t14-t16+1.0;
t17 = x.*2.0;
t18 = t17-2.0;
t19 = t5.*5.0;
t21 = y.*5.0;
t20 = t19-t21+1.0;
t22 = t17-1.0;
t23 = t12-1.0;
g2 = t2.*t3.*t4.*t20.*x.*4.8e6+t3.*t5.*t7.*t15.*x.*4.32e7+t2.*t4.*t6.*t20.*y.*4.32e7+t5.*t6.*t7.*t15.*y.*4.8e6-t2.*t3.*t4.*t5.*t7.*x.*1.68e11+t2.*t3.*t4.*t6.*t9.*x.*4.8e6-t2.*t4.*t5.*t6.*t7.*y.*1.68e11+t3.*t5.*t6.*t7.*t11.*y.*4.8e6+t2.*t3.*t4.*t6.*x.*y.*2.4e7+t2.*t3.*t4.*t9.*x.*y.*4.8e6+t3.*t5.*t6.*t7.*x.*y.*2.4e7+t5.*t6.*t7.*t11.*x.*y.*4.8e6+t3.*t6.*t7.*t15.*x.*y.*1.44e7+t3.*t4.*t6.*t20.*x.*y.*1.44e7+t3.*t5.*t13.*t15.*x.*y.*7.2e6+t2.*t6.*t18.*t20.*x.*y.*7.2e6+t2.*t3.*t4.*t5.*t13.*t23.*x.*4.2e10+t2.*t5.*t6.*t7.*t18.*t22.*y.*4.2e10-t2.*t3.*t4.*t6.*t7.*x.*y.*8.4e10-t3.*t4.*t5.*t6.*t7.*x.*y.*8.4e10-t2.*t3.*t4.*t5.*t13.*x.*y.*4.2e10-t2.*t5.*t6.*t7.*t18.*x.*y.*4.2e10+t2.*t3.*t4.*t7.*t23.*x.*y.*8.4e10+t4.*t5.*t6.*t7.*t22.*x.*y.*8.4e10;