Help with Regexp
So i have a table of numbers read in using fread from a .dat file:
0 0 3.51563 50 35.1563
0.094 10 3.47656 50 34.7656
I...
12年以上 前 | 1 件の回答 | 0
1
回答
質問
regexp help
Hi, im trying to read in some numbers from some HTML:
'<br>1,020.32 mb<br>'
Im currently using regexp(string,'\d+','matc...
12年以上 前 | 1 件の回答 | 1
1
回答
質問
FREAD() help
Hi, ive got an array of numbers [2 4 6 8] written into a file by fprintf,
Im using n=fread(fid) to get this data from a file,
...
12年以上 前 | 1 件の回答 | 0
1
回答
質問
FREAD() help
Hi so im trying to use fread in a very simple program. Ive used the following to write 4 numbers into a .txt file:
fid=fope...
12年以上 前 | 2 件の回答 | 0
2
回答
質問
help with regexp
Hi im trying to use regexp to get some 1,2 and 3 digit numbers from a string of symbols and numbers, for example:
<td>3</...
12年以上 前 | 1 件の回答 | 0
1
回答
質問
Consecutive Numbers/Logic help
I have an array of indices:
index=[16 17 32 33 48 63 79 80 81 97 98 113 114 129 130]
which each correspond to a value in ano...
12年以上 前 | 1 件の回答 | 0
1
回答
質問
How to find consecutive numbers
So i have an array:
a=[16 17 32 33 48 63 79 80 81 97 98 113 114 129 130]
how can i write ...