vtoolbox

所属分类:matlab编程
开发工具:matlab
文件大小:135KB
下载次数:82
上传日期:2008-12-21 14:34:38
上 传 者mezhchen
说明:  振动工具箱,用于机械振动理论的学习与基于matlab的编程
(Vibration toolbox for mechanical vibration theory of learning and programming based on matlab)

文件列表:
vtoolbox\Contents.m (4993, 2006-10-23)
vtoolbox\e8_2_1.con (502, 1993-03-03)
vtoolbox\e8_2_1.txt (2552, 2002-08-20)
vtoolbox\p8_12.m (680, 2002-08-20)
vtoolbox\p8_3_10.con (2390, 1993-03-03)
vtoolbox\sdofcf.m (3959, 2004-10-05)
vtoolbox\simpletruss.con (464, 2004-08-09)
vtoolbox\simpletruss.eqn (872, 2004-08-09)
vtoolbox\simpletruss.out (384, 2004-08-09)
vtoolbox\ssbeam.con (2760, 2002-08-20)
vtoolbox\ssbeam.eqn (1568, 2002-08-20)
vtoolbox\ssbeam.m (702, 2002-08-20)
vtoolbox\ssbeam.out (720, 2002-08-20)
vtoolbox\truss1.con (398, 1993-03-03)
vtoolbox\truss1.eqn (258, 1993-03-03)
vtoolbox\truss1.out (204, 1993-03-03)
vtoolbox\truss2.con (526, 1993-03-03)
vtoolbox\truss2.eqn (2778, 1993-03-03)
vtoolbox\truss2.out (1196, 1993-03-03)
vtoolbox\vtb.m (888, 2006-10-23)
vtoolbox\vtb1.m (684, 2002-08-20)
vtoolbox\vtb10.m (249, 2002-08-20)
vtoolbox\vtb10_1.asv (3580, 2008-04-17)
vtoolbox\vtb10_1.m (3583, 2008-04-17)
vtoolbox\vtb10_ex.m (114, 2002-08-20)
vtoolbox\vtb1_1.m (2165, 2002-08-20)
vtoolbox\vtb1_2.m (1740, 2002-08-20)
vtoolbox\vtb1_3.m (4073, 2006-10-24)
vtoolbox\vtb1_3ex.m (484, 2005-10-20)
vtoolbox\vtb1_4.m (1465, 2002-08-20)
vtoolbox\vtb1_5.m (2642, 2002-08-20)
vtoolbox\vtb2.m (801, 2002-08-20)
vtoolbox\vtb2_1.m (1075, 2002-08-20)
vtoolbox\vtb2_2.m (1144, 2006-12-28)
vtoolbox\vtb2_3.m (2267, 2006-12-29)
vtoolbox\vtb2_4.m (1752, 2003-10-28)
vtoolbox\vtb2_5.m (909, 2002-08-20)
vtoolbox\vtb2_6.m (961, 2002-08-20)
... ...

ABOUT THE ENGIENERING VIBRATION TOOLBOX: The Engineering Vibration Toolbox is a set of educational programs written in MATLAB by Joseph C. Slater. Also included are a number of help files, demonstration examples, and data files containing raw experimental data. The codes include single degree of freedom response, response spectrum, finite elements, numerical integration, and phase plane analysis. It is included free with the text "Engineering Vibration" by Dr. Daniel J. Inman (Prentice Hall, 1994 ...) and is provided as a download for later editions. The most current version, for use with the professional and student versions of MATLAB 4 or later, can be obtained via the Engineering Vibration Toolbox home page at http://www.cs.wright.edu/~vtoolbox using NetScape(R), NCSA Mosaic(R), Internet Explorer or any other HTML 2.0 capable browser for more information. Please email me directly at mailto:jslater@wright.edu if you have difficulty with this link. A brief introduction to UNIX and MATLAB is also available in PostScript format on the FTP site. If you have not already installed MATLAB or the Student Edition of MATLAB, do so now. You should be familiar with MATLAB before running this software. NOTE TO INSTRUCTORS: Regular updates are made to the toolbox. Please send me any problems you've developed for the toolbox, I'd like to begin a collection of problems that better take advantage of its capabilities. SETTING UP THE TOOLBOX: New easy way: If you have this file on your hard drive, then you already have the vtbud.m script. Run this while connected to the internet to automatically download and install the newest version. If it is not in your path, Open the file 'vtbud.m' in the Matlab editor and click the Run icon. (It looks like a document with a down arrow to the left). Old hard way: Only if the easy way fails for some reason (Please report to me which versions of Matlab fail to run vtbud successfully): The first step is to download the toolbox in zip compressed format. Put the directory where you want it installed. It should be in your personal document space so that when Matlab gets updated in the future it doesn't delete the toolbox. Free utilities exist on UNIX, Windows, and MAC for uncompressing these formats. Some of these have been posted to the web site. The documentation for the software you use will explain how to uncompress the files. Please talk to your computer support people if you have difficulty decompressing the files. Later versions of Matlab can also unzip zip files with the zip command. The toolbox can go in any directory as long as the Matlab path to it is set properly. Open the file 'vtbsetup.m' in the Matlab editor and click the Run icon. (It looks like a document with a down arrow to the left). Please report any installation problems. USING THE ENGINEERING VIBRATION TOOLBOX The files on this disk will load/run on all platforms if transferred properly. Files with the extension .mat, .exa, .con, .eqn, and .out are binary files compatible on all platforms. To load them type "load filename -mat". Files with no extension or the extension .m are text files and must be transferred properly to assure that the end-of-line characters are correct for your platform. Typing 'help vtoolbox' will provide a table of contents of the toolbox. Likewise, typing 'help vtb?' will provide a table of contents for the files related to chapter '?'. Typing 'help codename' will provide help on the particular code. Note that the 'filename' is 'codename.m'. Engineering Vibration Toolbox commands can be run by typing them with the necessary arguments just as any other MATLAB commands/functions. For instance, vtb1_1 can be run by typing "vtb1_1(1,.1,1,1,0,10)". Many functions have multiple forms of input. The help for each function shows this flexibility. CONTACTING THE AUTHOR: If you have any difficulty, please email me at jslater@cs.wright.edu. Please visit the Engineering Vibration Toolbox home page at http://www.cs.wright.edu/people/faculty/jslater/vtoolbox/vtoolbox.html ACKNOWLEDGEMENTS: Support for the Engineering Vibration Toolbox has come from a number of sources. First and foremost, Daniel J. Inman, who initially tasked myself and Donald J. Leo to write version 3 of the software for his text "Engineering Vibration" by Dr. Daniel J. Inman (Prentice Hall, 1994). I also thank the Department of Mechanical and Materials Engineering and the College of Engineering and Computer Science at Wright State University for providing the computer resources for developing the MATLAB 4 version of the software. Perhaps the people who have given the most are my students who painfully experienced every piece of beta code, often at the least opportune times. Thanks is also given to Dr. Maurice Petyt and Robert C. Chiroux for their patience in testing numerous 4.0 beta versions of this software. LICENSE: The Engineering Vibration Toolbox is licensed free of charge for educational use. For professional use, users should contact the Engineering Vibration Toolbox author directly. ------------------------------------------------------------------------------------------ MATLAB is a registered trademark of the MathWorks, Inc. Mac(intosh) is a registered trademark of Apple Computer, Inc. PostScript is a registered trademark of Adobe Systems, Inc. Windows is a registered trademark of Microsoft Corp. Unix is a registered trademark of AT&T. Joseph C. Slater is the copyright holder of the Engineering Vibration Toolbox. Neither the author, Prentice Hall, nor Wright State University make any warranty with regard to merchantability or fitness for any given purpose with regard to the software. All rights are retained. No permission is given to anyone other than myself, the MathWorks and Prentice Hall to distribute this software in any manner whatsoever.

近期下载者

相关文件


收藏者