kindly please see attached file

6 件のコメント

Walter Roberson
Walter Roberson 2019 年 4 月 17 日
What is your MATLAB question? We are not a homework writing service: you need to ask us a specific question about MATLAB.
OMAR elayan
OMAR elayan 2019 年 4 月 17 日
thanks sir for your respond ,the question how to represent code for 3d frame ,2d frame and truss and beam is easy but the 3d frame have anthor idea for represnt on code
Walter Roberson
Walter Roberson 2019 年 4 月 17 日
Represent them however is suitable for your calculation techniques. How to calculate those things is a physics or materials science question, not a MATLAB question. Which techniques for those calculations have been discussed in class?
OMAR elayan
OMAR elayan 2019 年 4 月 17 日
in class give manual calcalation not softwear programe i learn by youtube channel for represnt this question
Walter Roberson
Walter Roberson 2019 年 4 月 17 日
What steps did they go through in class ?
Bebe G.
Bebe G. 2019 年 9 月 30 日
Hi there,
I have solved similar to this problem by defining
/********
nodeCoordinates=[0 0 0;
0 0 1;
1 0 1;
1 0 0;
0 1 0;
0 1 1;
1 1 1;
1 1 0;
];
xx=nodeCoordinates(:,1);
yy=nodeCoordinates(:,2);
zz=nodeCoordinates(:,3);
elementNodes=[1 5;2 6;3 7; 4 8; 5 6; 6 7; 7 8; 8 5];
numberNodes=size(nodeCoordinates,1);
numberElements=size(elementNodes,1);
etc....
****/
applied a nodal force on one of the nodes and BC and calculated the displacement. Yet, I want to have this whole structure into a series attached to each other. How can I do that? And how can I be sure that the displacements, forces from the structure is transferred to the next element-structure?
Thanks,
Kate

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStatics and Dynamics についてさらに検索

質問済み:

2019 年 4 月 17 日

コメント済み:

2019 年 9 月 30 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by