textscan
Read formatted data from text file or string
collapse all in page
Syntax
C = textscan(fileID,formatSpec)
example
C = textscan(fileID,formatSpec,N)
example
C = textscan(chr,formatSpec)
example
C = textscan(chr,formatSpec,N)
C = textscan(___,Name,Value)
example
[C,position] = textscan(___)
example
温馨提示:答案为网友推荐,仅供参考