How to create a pivot table from a generated plot (data comes from an Excel sheet)
1 次查看(过去 30 天)
显示 更早的评论
Hello All,
Hope you are well.
I have generated this piece of code which displays a graph of Powertrain torque (Nm) vs Time (s). This data has been taken from the attached excel file below and have added its pathway/location to the first line of the code so the data is read directly from the sheet. I have also attached the matlab code and excel sheet below for easy access.
0 个评论
回答(1 个)
Steven Lord
2023-7-28
If upgrading from R2020b is an option, release R2023a introduced the pivot function for creating a pivot table.
But for what you described I'm guessing you are going to want to discretize your data then do some run length encoding.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!