I am plotting a graph from strain vs stress from the tensile test experiment but it is starting form negative due to to compression forces how can I start it from positive .
조회 수: 4 (최근 30일)
이전 댓글 표시
please find the attached matlab script and the data from tensile test.the file which I have used is a .dat file but I was not able to attach that file so I have changed the file extension to .txt just for the reference.
댓글 수: 0
답변 (1개)
Satwik
2023년 6월 4일
I would suggest you to try the xlim function of MATLAB in your plot. This will allow you to decide the range of your plot.
For example -
xlim([0 10])
This will keep the range for your plot from 0 to 10.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Stress and Strain에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
