Hi, I need to plot a stress strain curve.
Load: I have saved in my workspace as a row vector (160x1)
extresion: I have saved in my workspace as a row vector (160x1)
When I run the code below, I do get a graph, but however it is not a stress strain graph. A friend told me I need do something like a for loop?... Im not fully sure how to go about that, can anyone help please.
force = load;
area = 847.936;
stress = force/area;
strain = (69.69-extension)/69.69;
plot(strain, stress)
xlabel('strain')
ylabel('stress')

댓글 수: 7

darova
darova 2020년 2월 17일
  • Hi, I need to plot a stress strain curve.
Did you try plot()?
Star Strider
Star Strider 2020년 2월 17일
When I run the code below, I do get a graph, but however it is not a stress strain graph.
Your code appears to be correct. What does the plot look like, and what do you believe the plot should look like?
Micheá McDonagh
Micheá McDonagh 2020년 2월 17일
This is the graph I get.
Star Strider
Star Strider 2020년 2월 17일
O.K.
What sort of plot were you expecting?
Micheá McDonagh
Micheá McDonagh 2020년 2월 17일
It's okay. I figured it out. Thanks.
Ethan Hernandez
Ethan Hernandez 2021년 5월 6일
@Micheá McDonagh How did you end up doing it?
DGM
DGM 2021년 5월 7일
There is next to zero chance that an inactive account created for the sole purpose of asking one question over a year ago is going to spring to life to respond. If you need help, pose a new question with a clear description of your current problem.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Stress and Strain에 대해 자세히 알아보기

질문:

2020년 2월 17일

댓글:

DGM
2021년 5월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by