Why this code does not save .txt file as .text file inside the matlab?

1 vue (au cours des 30 derniers jours)
Abdullah Alsuhaymi
Abdullah Alsuhaymi le 26 Mai 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();
  4 commentaires
Rik
Rik le 26 Mai 2019
You can open the documentation of a function like this:
doc save
Or just find a link.
Abdullah Alsuhaymi
Abdullah Alsuhaymi le 26 Mai 2019
thank you so much Rik.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Workspace Variables and MAT Files dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by