-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathvtb.m
executable file
·34 lines (32 loc) · 912 Bytes
/
vtb.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
function b=vtb(a)
% Student Edition of the Vibration Toolbox.
% Last update: Type "vtbud"
%
% Type "help vtoolbox" for help on the Engineering Vibration Toolbox.
% Type "help vtbud" for a list of updates since 1/1/98 and update the
% toolbox.
% Type "vtb('home')" to go to the Engineering Vibration
% Toolbox home page
% Type "help vtb#" fo help onchapter # tools
% Type "help vtbn_m" for help with the mth code of chapter n.
%
%
% Please connect to the Engineering Vibration Toolbox home
% page at
% http://www.cs.wright.edu/people/faculty/jslater/vtoolbox/vtoolbox.html
% for the latest information.
%
if nargin==0
disp(' ')
disp('You should type:')
disp('help vtb')
disp('for help on a file named vtb.m')
pause(2)
help vtb
return
else
web http://www.engineering.wright.edu/people/faculty/jslater/vtoolbox/vtoolbox.html;
return
end
%Automatically check for updates
vtbchk