We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572fd19 commit 7851708Copy full SHA for 7851708
Copy of TrussProgram.m
@@ -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
+
14
clear all
15
clc
16
close all
0 commit comments