Struct contents reference from a non-struct array object.
6 次查看(过去 30 天)
显示 更早的评论
I'm trying to access content of Data struct but I get this error I tried Data(bouts_plot) but I got error as well
occupancy_filepath = [participant_folder];
raw_occupancy_data = load(occupancy_filepath);
bouts_plot = raw_occupancy_data.Data.bouts_plot;
1 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!