필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Load function not properly loading a numeric ASCII file

조회 수: 1 (최근 30일)
Eric Metzger
Eric Metzger 2018년 9월 27일
마감: Walter Roberson 2018년 9월 28일
I am trying to load and ASCII file that is 24X48. The load function will not load the load the actual values in the work space. It will load zeros. The "readtable" will work without a problem but it puts in format has to be converted into an array and can only be done after individual values are pulled out, put into a 1X1 table then converted into an array. I am using R2018a at this time. I never had this problem with my old version R2008b.
Is there a way to use the load function on a ASCII file that is in the form of a table that will not cause this issue?
Ideally, I need a function that can load in an ASCII file into the workspace as an array quickly without jumping through hoops and allow the data to be either a character or an integer or number?
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 9월 28일
Duplicated by later https://www.mathworks.com/matlabcentral/answers/421137-load-function-not-properly-loading-a-numeric-ascii-file which has some responses

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by