import file that consists of several vector in a way that I see each vector seperately and not in a structure
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I know that it's possible to load a matlab file with the following command:
filename = '2001-2010.mat'; importdata(filename);
due to the fact that this file '2001-2010.mat' consists of several vectors, I get a structure, but I would like to have each vector shown seperately as if I would import the data by klicking on the import data button, is that possible?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!