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

조회 수: 1 (최근 30일)
Abdullah Alsuhaymi
Abdullah Alsuhaymi 2019년 5월 26일
댓글: Abdullah Alsuhaymi 2019년 5월 26일
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
Rik
Rik 2019년 5월 26일
You can open the documentation of a function like this:
doc save
Or just find a link.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by