Why this code does not save .txt file as .text file inside the matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Abdullah Alsuhaymi
el 26 de Mayo de 2019
Comentada: Abdullah Alsuhaymi
el 26 de Mayo de 2019

I am using appdesinger to design app that improt .txt files and save it but the code save it inside matlab in form of matlab.mat as showen in the figure but I want it to be save as .txt file.
[filename,pathname] = uigetfile({'*.txt'},'File Selector');
app.WordFileEditField.Value = strcat(pathname,filename);
save();
Respuestas (0)
Ver también
Categorías
Más información sobre Workspace Variables and MAT Files 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!