'signals' in load() requires Datafeed Toolbox?

1 次查看(过去 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
Harshit Gupta 2022-11-17
Please give the following information about your workflow so that the community can assist you more effectively:
  1. What kind of data is associated with the field 'signals'?
  2. Do you receive a similar error if you change the field name ‘signals’ to something else?
Walter Roberson
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 CenterFile Exchange 中查找有关 Structures 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by