已回答 Patients code to text for table
Maybe I am still not expressing well what I need. Lets say that somewhere in a 630x38 matrix there is a "1". I need a table with...
6 years 前 | 0
已回答 Patients code to text for table
Thanks again, however, I think I am not asking in the right way. The output I need is a column in a table that reads. Also cons...
6 years 前 | 0
已回答 Patients code to text for table
Thanks Walter, actually more like (probably this is wrong):
for i = 1:5
if Injection (i) == 1
Table (i) == 'Upper_Li...
6 years 前 | 0
提问
Patients code to text for table
Hi All. Cannot get to read numbers from a matrix and make them into a text to be inserted in a table. The latter to be used in a...
6 years 前 | 5 个回答 | 0
5
个回答
提问
Interpolating within time series
I need to replace NaNs in a long time series that has consecutive (varying lengths) and non-consecutive NaNs. I tried the soluti...
7 years 前 | 2 个回答 | 0
2
个回答
已回答 Help finding location of variable names
Thanks a lot Shameer!. Its working beautifully! (just removed the +1 in location = find(ismember(splitRowData,'RBHD'))+1).
Ch...
8 years 前 | 0
| 已接受
提问
Help finding location of variable names
I need to read a specific row (20011) from a .txt file that contains my variables names, however, there row starts with tabs and...
8 years 前 | 3 个回答 | 0
3
个回答
提问
text file from VICON
I need to import numeric data from a .txt file. The file is structured in 4 blocks (one below each other) and each with differen...