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

조회 수: 1 (최근 30일)
Muhammad
Muhammad 2021년 9월 2일
편집: Muhammad 2021년 9월 2일
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
Stephen23
Stephen23 2021년 9월 2일
"how to remove error "Reference to non-existent field "?"
The answer is very simple: refer only to fieldnames that actually exist in your structure.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by