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.
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Christopher Lockett
el 16 de Sept. de 2017
Respondida: Walter Roberson
el 16 de Sept. de 2017
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.
Respuestas (1)
Walter Roberson
el 16 de Sept. de 2017
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")
0 comentarios
Ver también
Categorías
Más información sobre LaTeX en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!