-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathload_plate1.m
20 lines (18 loc) · 1.1 KB
/
load_plate1.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
function g1 = load_plate1(x,y)
%LOAD_PLATE1
% G1 = LOAD_PLATE1(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 = x.*2.0;
t9 = y.*2.0;
t10 = t9-2.0;
t11 = t8-2.0;
t12 = t9-1.0;
t13 = t8-1.0;
g1 = t2.*t4.*t5.*t7.*-5.04e7-t2.*t4.*t5.*t10.*t12.*1.1025e7-t2.*t5.*t7.*t11.*t13.*1.4175e7-t2.*t3.*t4.*t5.*x.*3.15e6-t2.*t3.*t4.*t7.*x.*3.15e6-t3.*t4.*t5.*t7.*x.*7.35e6-t2.*t5.*t7.*t11.*x.*3.675e6-t4.*t5.*t7.*t13.*x.*2.835e7-t2.*t4.*t6.*t7.*y.*9.45e6-t2.*t5.*t6.*t7.*y.*5.25e6-t2.*t4.*t5.*t10.*y.*4.725e6-t4.*t5.*t6.*t7.*y.*5.25e6-t2.*t4.*t7.*t12.*y.*2.205e7-t2.*t3.*t4.*t10.*t12.*x.*1.575e6-t3.*t4.*t5.*t10.*t12.*x.*3.675e6-t2.*t5.*t10.*t11.*t12.*x.*1.8375e6-t2.*t6.*t7.*t11.*t13.*y.*4.725e6-t2.*t5.*t10.*t11.*t13.*y.*2.3625e6-t5.*t6.*t7.*t11.*t13.*y.*2.625e6-t2.*t3.*t4.*t10.*x.*y.*6.3e6-t2.*t3.*t4.*t12.*x.*y.*3.15e6-t3.*t4.*t7.*t12.*x.*y.*7.35e6-t5.*t6.*t7.*t11.*x.*y.*1.05e7-t4.*t6.*t7.*t13.*x.*y.*9.45e6-t5.*t6.*t7.*t13.*x.*y.*5.25e6-t2.*t7.*t11.*t12.*x.*y.*3.675e6-t4.*t5.*t10.*t13.*x.*y.*4.725e6;