forked from wozy13/DIAMOND
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flexanal.m
44 lines (37 loc) · 1.28 KB
/
flexanal.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%
% Name: flexanal
%
% Usage: flexanal
%
% Starts up the flexibility analysis window
%
% Version SWD970108
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This matlab source code was originally %
% developed as part of "DIAMOND" at %
% Los Alamos National Laboratory. It may %
% be copied, modified, and distributed in %
% any form, provided: %
% a) This notice accompanies the files and %
% appears near the top of all source %
% code files. %
% b) No payment or commercial services are %
% received in exchange for the code. %
% %
% Original copyright is reserved by the %
% Regents of the University of California, %
% in addition to Scott W. Doebling, Phillip %
% J. Cornwell, Erik G. Straser, and Charles %
% R. Farrar. %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
onHndlVector=handact(onHndlVector,hndlMatrix,8);
iopDOF =1 ; % Default to respDOF
idamugeom = get(hdamtl(14),'value');
ndamplttp = get(hdamtl(13),'value');
icontlab = get(hdamtl(15),'value');
haxes = onHndlVector(2);
%
% Turn off the display tools button
%
set(onHndlVector(11),'visible','off')