Skip to content

Commit 7851708

Browse files
Update Copy of TrussProgram.m
1 parent 572fd19 commit 7851708

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Copy of TrussProgram.m

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2+
%This program presents a very simple problem
3+
% to solve truss problems
4+
%Written by: Mohammad Tawfik
5+
%Video explaining the code: https://youtu.be/2PnBDF9XxCs
6+
%Text about Finite Element Analysis:
7+
% https://www.researchgate.net/publication/321850256_Finite_Element_Analysis_Book_Draft
8+
%Book DOI: 10.13140/RG.2.2.32391.70560
9+
%
10+
%For the Finite Element Course and other courses
11+
% visit http://AcademyOfKnowledge.org
12+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
13+
114
clear all
215
clc
316
close all

0 commit comments

Comments
 (0)