MATLAB: Does ‘help matlab’ not give me meaningful information

helpMATLAB

For most of the help topics, the command returns topics in the given toolbox listed as separate subtopics:
For example
>> help fixedpoint
Contents of fixedpoint:
NumericTypeScope - Determines fixed-point data type
aboutfixedpttlbx - Displays version number of the Fixed-Point Designer and
accumneg - Subtract two fi objects or values
accumpos - Add two fi objects or values
accumulatefi - (a,b,mode,...) Undocumented internal function.
If you type 'help matlab' you only get a single line:
>> help matlab
Contents of matlab:
DiscreteEventSystem - Copyright 2015 The MathWorks, Inc.

Best Answer

The 'help' command in MATLAB is folder based, and not toolbox based. There isn't a folder on the path called 'matlab' and hence the reason for the output.
An enhancement request to have a more meaningful message printed has been created, so that the development team can consider this for a future release of MATLAB.