Clear Filters
Clear Filters

Let MATLAB open .txt Files in Microsoft Editor

11 views (last 30 days)
Hello everyone,
simple question i guess, but can't find a reasonable solution on the internet after some research. I want Matlab to open a written txt.file with the Microsoft Editor after clicking the correlating menu item
Any ideas, what my Callback should look like, if I dont't want the text openend in Matlab? Pretty sure there has to be an implemented function, shouldn't be that unusual task.
[I created a help file as a manual for my GUI which is about 3 pages long and Matlab doesnt want me to open it in an msgbox because of too many input arguments, so i decided to use the text file option.]
thanks in advance

Accepted Answer

Ilham Hardy
Ilham Hardy on 24 Feb 2015
What about this command?
  1 Comment
Hannes
Hannes on 24 Feb 2015
Well yes....already thought that my search was way too specific,
thanks for the fast answer!

Sign in to comment.

More Answers (1)

Sean de Wolski
Sean de Wolski on 24 Feb 2015
Or winopen

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!