Answered 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 ago | 0
Answered 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 ago | 0
Answered 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 ago | 0
Question
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 ago | 5 answers | 0
5
answers
Question
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 ago | 2 answers | 0
2
answers
Answered 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 ago | 0
| accepted
Question
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 ago | 3 answers | 0
3
answers
Question
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...