Feeds
提问
Importing text files into variables with the same name
Hi all, I am trying to load a series of txt files into matlab from a single directory. They all have two columns of numbers w...
12 years 前 | 2 个回答 | 0
2
个回答提问
How do I stoop overwriting the variable in a "for" loop?
Hi, I'm using the following code: for i=1:nbs.NBS.n global nbs; adj=nbs.NBS.con_mat{i}+nbs.NBS.con_mat{i}; ...
12 years 前 | 2 个回答 | 0
2
个回答提问
Comparing multiple curves to an optimal curve
I am collecting twice a total of 240 Trials of 4 secs each. Subjects are required to apply a certain amount of force (depending ...
13 years 前 | 1 个回答 | 0
