Extracting data from .mat file and then adding up results to form a new .mat file
Show older comments
Hello,
I have a query regarding data extraction. I got a .mat file with data (365rows representing days, 12columns representing hours). I would like to read these data (I did that). Concern is that for each day, I want the 12 values as columns so that I can have 365x12 rows and 2 columns.
Any help would be highly appreciated.
Thanks
1 Comment
Azzi Abdelmalek
on 14 Feb 2016
How can you get (365x12,2) Matrix from a (365,12) matrix?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!