Plot stress strain curve

14 visualizzazioni (ultimi 30 giorni)
Micheá McDonagh
Micheá McDonagh il 17 Feb 2020
Commentato: DGM il 7 Mag 2021
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 Commenti
Ethan Hernandez
Ethan Hernandez il 6 Mag 2021
@Micheá McDonagh How did you end up doing it?
DGM
DGM il 7 Mag 2021
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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Stress and Strain in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by