필터 지우기
필터 지우기

Trying to import a .txt data file into matlab. When I run the script, the data from the .txt file disappears and my variables become undefined.

조회 수: 2 (최근 30일)
As the title says. Every time I attempt to run the script my imported data disappears and my variables become undefined.
<<
>> Image is what I am seeing after I attempt to run the script.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 9월 16일
The code is doing what you asked it to do. If you do not want your variables to become undefined then your code should not tell MATLAB to undefine all variables as literally the very first thing it does ("clear all")

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by