Matlab works
Followers: 0 Following: 0
Feeds
提问
what does this line mean
t= [ones(1,10) 1+ones(1,10) 2+ones(1,15) 3+ones(1,10) ];
4 years 前 | 1 个回答 | 0
1
个回答提问
what does . and .. refer to
for i = 1:size(TrainFiles,1) if not(strcmp(TrainFiles(i).name,'.')|strcmp(TrainFiles(i).name,'..')|...
5 years 前 | 2 个回答 | 0