i have ploted log log SN curve. how can i draw there regression line

조회 수: 20 (최근 30일)
parth vaghani
parth vaghani 2018년 11월 29일
s = [322,278,253,218,198,180,163,155];
n = [38400,79500,93000,487000,271000,10000000,10000000,10000000];
loglog(n,s,'r+')
grid on
xlabel("Schwingspiele")
ylabel("Spannung Mpa")
legend("D=9")
title("SN kurve 1106")
grid on

답변 (0개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by