Feeds
질문
How do I assign a value label to a string?
Im trying to assign values to 3 string variables of gender so that: 0=nonbinary 1=female 2=male This is so that im able to a...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
"Unable to perform assignment because the size of the left side is 1-by-19 and the size of the right side is 1-by-16"
for k=1:size(files,1) temp=load(files(k).name) r=temp.data id=str2num(files(k).name(7:size(files(k).name,2)-4)) ...
7년 초과 전 | 답변 수: 0 | 0
