Struct contents reference from a non-struct array object.

조회 수: 6 (최근 30일)
Yasaman Best
Yasaman Best 2017년 6월 13일
댓글: James Tursa 2017년 6월 13일
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;

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by