I am trying to plot the slope consisting of 4 data point. I have determined the slope between points 1&2, 2&3, etc. So I would like to plot the curve using the 4 slope points found. Would I need to create an array? I am lost please assist. Thank you

1 次查看(过去 30 天)
s1_2=(squirrelStructure_vec.back2y-squirrelStructure_vec.back1y)/(squirrelStructure_vec.back2x-squirrelStructure_vec.back1x))
s2_3=(squirrelStructure_vec.back3y-squirrelStructure_vec.back2y)/(squirrelStructure_vec.back3x-squirrelStructure_vec.back2x))
etc.
I want to group s1_2, s2_3 etc. and plot the for data points and show the curve.

回答(0 个)

标签

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by