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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0