필터 지우기
필터 지우기

Calculating axial stresses of different beams

조회 수: 2 (최근 30일)
LINDO MTSWENI
LINDO MTSWENI 2019년 5월 2일
댓글: LINDO MTSWENI 2019년 5월 2일
If I have several beams(the number of beams can change ) with different dimensions ( different cross-sectional areas),all these beams are acted upon by the same axial forces of the same magnitude.How can I create a loop or a statement that will calculate the axial stress of each beam at the time using the formala axialstress=axialforce/area

채택된 답변

James Tursa
James Tursa 2019년 5월 2일
편집: James Tursa 2019년 5월 2일
E.g., maybe using the element-wise division operator is all you need:
axialforce = a scalar or vector of axial forces
area = a vector of the cross sectional areas
axialstress = axialforce ./ area;
  댓글 수: 1
LINDO MTSWENI
LINDO MTSWENI 2019년 5월 2일
I'm so sorry my bad , actually the axialforce is distributed along the bean's length which is 2000mm ( though its magnitude doesn't change)..the axialforce is a 2001 by 1 matrix and the there are several number of beams with diffrent sectional areas..

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Stress and Strain에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by