| MATLAB Function Reference | ![]() |
Display README files for MATLAB and toolboxes
Syntax
whatsnew
whatsnew matlab
whatsnew toolboxpath
Description
whatsnew
displays the README file for the MATLAB product or a specified toolbox. If present, the README file summarizes new functionality that is not described in the documentation.
whatsnew displays the matlab
README file for MATLAB.
whatsnew toolboxpath
displays the README file for the toolbox specified by the string toolboxpath.
Examples
To display the README file for MATLAB, type
whatsnew matlab
To display the README file for the Signal Processing Toolbox, type
whatsnew signal
See Also
help, lookfor, path, version, which
| what | which | ![]() |