How to pull out numbers from a text file?

조회 수: 1 (최근 30일)
Hail
Hail 2017년 4월 21일
댓글: Walter Roberson 2017년 4월 21일
I have a large text file containing sentences, paragraphs, etc. I need a script that scans through the text file and create an array of only the numbers contained in the text file.
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 4월 21일
List the exact set of formats that numbers might occur in.
For example, is .E+30 a valid number for your purposes? If you permit 0.E+30 and you permit .0E+30 then is .E+30 also permitted? Are the + always omitted but - are used, so 0.E30 and 0.E-30 would be permitted but not +0.E30 or 0.E+30 ? Can 'e' be used instead of 'E' ? Can 'D' be used instead of 'E' ? Can there be complex numbers? If there is an integer, is it permitted for it to be followed by '.', so 12345. ? Or is '.' always followed by a digit?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Text Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by