MATLAB Minute
MATLAB Minute
  • 4
  • 89 544
EXPLAINED: Error using * Incorrect Dimensions for Multiplication in MATLAB
Here's a quick video explaining the common MATLAB error: 'Error using * Incorrect Dimensions for Multiplication.' Learn the difference between element-wise multiplication and standard matrix multiplication and when to use the 'dot' element-wise operator.
For more explanations, tips, tricks, and MATLAB-related goodness, consider subscribing to this channel or check out the blog:
matlabminute.com/
Переглядів: 9 076

Відео

HOW TO: Export MATLAB Plots the Right Way
Переглядів 33 тис.4 роки тому
A brief explanation of the various proper and improper ways to export your plots from MATLAB. Your lab reports will thank you for watching this video! For more explanations, tips, tricks, and MATLAB-related goodness, consider subscribing or check out the blog: matlabminute.com/
PRO TIP: Code Cells / Sections in MATLAB
Переглядів 4,5 тис.4 роки тому
A quick tip on using code cells /sections as well as enabling code folding in MATLAB. Code cells are a great way to keep your code clean and organized, but the feature is not always enabled by default. I started using code cells a number of years back and still use them on a daily basis. For more explanations, tips, tricks, and MATLAB-related goodness, consider subscribing or check out the blog...
EXPLAINED: Unrecognized Function or Variable in MATLAB
Переглядів 43 тис.4 роки тому
Here's a quick video explaining the super common error 'unrecognized function or variable' in MATLAB. Most MATLAB users understand variable definitions in the workspace, but it's also easy to overwrite built in functions and get lost in more complex chunks of code. For more explanations, tips, tricks, and MATLAB-related goodness, consider subscribing or check out the blog: matlabminute.com/