Convert 1*1 struct file into a csv file
9 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
I am new to Matlab. I want to convert the .mat file info a csv file with several columns, so that I can read into dataframe by Python.
It doesn't work with csvwrite command. Can anyone teach me how to do this? Thank you very much! I've attached the .mat file.
2 个评论
Sajid Afaque
2021-4-5
your struct contains main fields inside containing many subfields. what exaclty do you want to store in csv
采纳的回答
Anmol Dhiman
2021-4-7
Hi Xueliu,
The structure that you shared is a nested one. Also you haven't specified the fieldnames that you wish to have in csv file. As the structure is nested , I suggest the best way is to write code for accessing structure elements. For that you can refer to this link.
Hope it helps
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Type Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!