8-24 Truss2D-m.txt
; Truss2D-out.txt
8-28:
Truss3D-m.txt
; Truss3D-out.txt
Download files presented in class on date shown next to hypertext above.
All files are text files, hence the "*.txt" extension.
You may execute them on a PC containing the Matlab software (see below),
but you must first rename the files so that they have the form "filename.m"
without the quotation marks.
Double clicking the mouse on the Matlab icon initiates the Matlab session.
At the prompt, type "filename" without any extension and the
"m-file" will be executed.
f you do this successfully, you will obtain the results given in the
output file, "filename.out", which was created by first typing the command,
"diary filename.out", at the Matlab prompt before executing the
m-file.
To close the output file, type "diary off".
These steps are spelled out in the Matlab User's Guide (see below).