You can extract the numbers from this string using sscanf; e.g. y=sscanf(s,'%d') will put the numbers into an array called y. fscanf can be used to extract the ...
確定! 回上一頁