Concept Flow - Help system and documentation
User wants info
Type 'help functionName'
MATLAB searches help text
Display help text
User reads info
Option: type 'doc functionName' for detailed docs
Open documentation window
User learns how to use function
The user requests help by typing 'help' or 'doc' followed by a function name; MATLAB finds and shows the relevant documentation or help text.