How to create a pivot table from a generated plot (data comes from an Excel sheet)
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Steven Lord
am 28 Jul. 2023
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 Kommentare
Siehe auch
Kategorien
Mehr zu Tables finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!