how to remove error "Reference to non-existent field "?

1 visualizzazione (ultimi 30 giorni)
clc
clear all
clc
clear all
fileNames=string(1:40)';
trialss=["1","2","3"];
movess=["RShoulder","RElbow","RWrist"];
pointss=["RElbow","RWrist","LT4Shoulder","LShoulder","LElbow","LWrist"]
axiss=["x","y","z"]
datset.fileName=fileNames;
datset.moves=movess;
datset.trials=trialss;
datset.points=pointss;
datset.axis=axiss;
load dataset.mat
error is occuring
Reference to non-existent field 'L5S1'.
Error in incorporatingdataset (line 27)
infileName =
dataset.(fileName{i1}).(movName{i2}).(repName{i3}).(nfTime{i4}).(nsegName{i5}).(nrotName{i6}).(jointAngles);
>>
  1 Commento
Stephen23
Stephen23 il 2 Set 2021
"how to remove error "Reference to non-existent field "?"
The answer is very simple: refer only to fieldnames that actually exist in your structure.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Structures in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by