Importing 4D Excel data sets
1 次查看(过去 30 天)
显示 更早的评论
Hello, so I am dealing with an excel document that has 4D tables and I am not sure how to import it. I've included an example below of what it looks like. Bascially the data is organized by the view, then the mass, then the results for different components at different velocities. Using the import function on MATLAB for tables results in the purple area shown below as not importable. I can import and get a long list of component vs velocity, but no identifiers as to their respective view and mass.
So is there a way to go about this? The excel code is about 5000 lines long with repeating tables, so it would be nice to not have to process that data manually to find averages for the total views. I thought maybe using a for loop and attempting to assign data to its respective view/mass, but that's purely me spitballing as I am not sure how to handle this. Thanks for any advice!
1 个评论
dpb
2021-7-8
Attach a sample file for folks to play with...and then show an example of what expected/wanted results would be.
回答(1 个)
Jeremy Hughes
2021-7-28
You might try readcell. It will at least give you all the data.
You will have to restructure it to get the format you'd like.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import from MATLAB 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!