Load the fields of a structure
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a structure A.params.data
ans =
r: [1x1 Simulink.Parameter]
s: [1x1 Simulink.Parameter]
I want to load the r and s to the workspace. Or any fields under A.params.data. I tried load('A.mat','data'), but Variable data not found.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Structures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!