In GUI, I have a push button. I want that when this push button is pressed a text file which created before opens automatically without choosing a file..
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
% I have a textfile which name is readme.txt Its directory: C//matlabcodes folder
%In GUI, I also have a push button. When I press this push button, I want to open "readme.txt" automatically.
thanks in advance
0 comentarios
Respuesta aceptada
Más respuestas (1)
Ilham Hardy
el 11 de Jul. de 2013
In pushbutton callback:
open('C:\matlabcodes folder\readme.txt')
HTH, IH
0 comentarios
Ver también
Categorías
Más información sobre Environment and Settings 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!