Looking for a MATLAB website explaining variables and functions

  • Context: MATLAB 
  • Thread starter Thread starter robax25
  • Start date Start date
  • Tags Tags
    Explanation Matlab
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
robax25
Messages
238
Reaction score
3
TL;DR
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.
 
Reply
  • Like
Likes   Reactions: Mark44
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.
 
Reply
  • Like
Likes   Reactions: Mark44