이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
A = PARSE_NUMBERS(S) separates the string, S, into a cell array of substrings which are individually scanned to determine numeric values; results are returned in matrix A.
The behavior of PARSE_NUMBERS can be modified by additional options which are specified as propertyName/propertyValue string pairs; lists of values can be specified as cell arrays of strings.
Options:
NAME / VALUE
-------------------
'del' --delimeter strings
'key' --identifier strings
'dec' --alternative decimal strings
'fmt' --format string passed to sscanf
-----
Please note: There are many ways to achieve similar results by applying one or more of the built-in Matlab string handling functions directly.
Good info here: http://blogs.mathworks.com/loren/2006/12/20/finding-strings/
and here: http://blogs.mathworks.com/loren/2006/04/05/regexp-how-tos/
Also of interest, see the function 'expandstr' in submission FEX 12180.
인용 양식
DS (2026). Read numbers from a string. (https://kr.mathworks.com/matlabcentral/fileexchange/35802-read-numbers-from-a-string), MATLAB Central File Exchange. 검색 날짜: .
