This week, I explored the basic MATLAB interface and its components, including the workspace, command window, and live script editor. I learned that filenames must be saved without spaces to ensure proper execution. Although I initially faced challenges with saving filenames correctly, I now appreciate the importance of adhering to naming conventions. Additionally, I discovered the convenience of using "%" for adding descriptions or comments while coding in the script editor. Key takeaways include:
Creating functions using the "=" symbol.
Using "==" to check if the left side is equal to the right.
Performing basic operations such as addition (+), subtraction (-), multiplication (*), and division (/).