Command window text
by Hugh Nolan
13 May 2011
(Updated 19 May 2011)
Copies all text in the command window into a cell array of strings.
|
Watch this File
|
| File Information |
| Description |
This m-file allows you to export all text in the Command Window to a cell array of strings, each entry being a line of text from the window. The unparsed raw string is also available, if desired.
Operation is very simple - this file looks for the appropriate java object in the root window and gets text from it.
I was looking for a way to do this, particularly for error tracking in some software I maintain, and nobody seemed to have written up this method, so I present it here for you to use. |
| Acknowledgements |
Find J Obj Find Java Handles Of Matlab Graphic Objects
inspired this file.
|
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 19 May 2011 |
Removed dependency on findjobj.m - thanks Jan |
|
Contact us