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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!