Stress strain with respect to time

3 次查看(过去 30 天)
How to generate these curves synthetically with sin function?

采纳的回答

KSSV
KSSV 2022-10-12
t = linspace(0,0.25) ;
y = sin(pi/2+25*pi*t) ;
plot(t,y)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Stress and Strain 的更多信息

标签

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by