Week 1 Part 2 Fundamentals
Week 1 Part 2 Fundamentals
MATLAB combines a desktop environment tuned for iterative analysis and design
processes with a high-level programming language that expresses matrix and array
mathematics directly. It includes the Live Editor for creating scripts that combine code,
output, and formatted text in an executable notebook. Prebuilt apps allow you to
interactively perform iterative tasks. You can then automatically generate the
corresponding MATLAB code to reproduce your work and add it to your script with a push
of a button.
The MATLAB Help browser opens to the appropriate documentation. If you want to
search or browse the documentation, enter
doc
to open the Help browser to its main page. You can then search by keywords or browse
by topic.
Basic syntactic help appears automatically (after a short pause) after you enter the name
of a function and an open parenthesis:
You can also bring up this syntax help by pressing Ctrl+F1. You can remove it by
pressing Esc.
• Week_1_Part_2_Fundamentals.mlx