Feeds
질문
princomp function (coeff, score, latent)
I am trying to do principal component analysis (PCA) using matlab. However, some of the names are confusing. 1) I have 100-b...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
How could I save a file under different name?
if true files = dir('*.csv'); for f = 1:length(files) file = files(f); RawData=importdata(file.name,',',...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
using 'find' in matrix
There is a data called "EMG_data" That is a very large dataset. I want to find the location/index that goes over a threshold. ...
12년 초과 전 | 답변 수: 1 | 0