MATLAB Learn MATLAB Commands: Website for Variable and Function Explanation

AI Thread Summary
The discussion centers around finding helpful resources for MATLAB, particularly for understanding variables and functions. The primary recommendation is the official MATLAB documentation available at the MathWorks website, which offers comprehensive explanations. Users can also effectively utilize Google by searching for specific functions with terms like "matlab + [function name]" to quickly access documentation and relevant threads from MATLAB Central. Additionally, the built-in MATLAB command "help [function name]" provides immediate syntax details for specific functions. Overall, leveraging Google and the official documentation are highlighted as the most efficient ways to find MATLAB information.
robax25
Messages
238
Reaction score
3
TL;DR Summary
Matlab learning website
when I had learned matlab, my professor told me a website where everything is explained about MATLAB variable and MATLAB function. After a long time later, I like to use MATLAB for my work. However, I forget the name of the website. Does anybody tell me the helpful website?
 
Physics news on Phys.org
probably the most thorough reference is on the MATLAB site: https://www.mathworks.com/help/matlab/ref/
you can just enter a search term in the top right box...

I would generally just search "matlab + [function name]" on google with very high success. A few other sites are often helpful for advanced problems, such as stack overflow.

alternatively, you can enter "help [function name]" in MATLAB and it will print out the details of the syntax for that function.
 
robax25 said:
However, I forget the name of the website. Does anybody tell me the helpful website?
Yeah, sure: Google. As said earlier, just google "matlab <function name>", and that will display the documentation for the function as the first result most of the time, and then some threads from MATLAB Central will also pop up, which are often very useful. If you want to find a function for something that you want to do, again Google will help you: "matlab numerical integration" or "matlab bessel functions" will most probably do the trick. That's how I use MATLAB, not by looking up any particular website, but Google.
 

Similar threads

Back
Top