Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

how i use the function iegetfile

1 visualización (últimos 30 días)
marcel
marcel el 27 de Abr. de 2012
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
hello everybody. I need help. I make a function in which I ask a user to select the text file to treat using the 'uigetfile', the problem I is not how it works. I want the user select the file then I read it and I make changes that I record in another file. Can someone help me please. here is an example of what I could do. {fid = fopen('essai1.txt','r+'); X = fread(fid); frewind(fid); fwrite(fid,X); fclose(fid);}

Respuestas (1)

Jan
Jan el 27 de Abr. de 2012
Please read "help uigetfile" and "doc uigetfile". Further examples can be found in this forum.
What did you try with uigetfile already? What is your specific question?
  1 comentario
marcel
marcel el 27 de Abr. de 2012
my problem is I want to ask the user to select the file, once selected the file I want to read the file or load the data and then made my treatment Register the result in another file that the function returns.
but unfortunately I am unable to do so.
ps: sorry for my bad English

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by