- What kind of data is associated with the field 'signals'?
- Do you receive a similar error if you change the field name ‘signals’ to something else?
'signals' in load() requires Datafeed Toolbox?
조회 수: 4 (최근 30일)
이전 댓글 표시
I am trying to load data from a structure, which has two fields - signals and meta_data.
load([PathName, file_name],'meta_data','signals');
This throws an error:
'signals' requires Datafeed Toolbox.
Is the 'signals' field name conflicting with MATLAB's reserved keywords? I was trying to check load documentation but didn't find anything.
댓글 수: 2
Harshit Gupta
2022년 11월 17일
Please give the following information about your workflow so that the community can assist you more effectively:
Walter Roberson
2022년 11월 17일
It is not possible to selectively load() fields from a struct saved in a mat
It is possible to selectively load() variables stored in a mat
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!