Downloading codes and running code

23 views (last 30 days)
Hello everyone. I am a new user of matlab and trying to learn coding from the file exchange section. Whenever I download a code I get a number of m format files after extracting that. My question is how to use the m files? Should I use them separately as I get them or should I combine them and then run it to get the actual results? Please help me. Thanks in advance.

Accepted Answer

Stephen23
Stephen23 on 8 Aug 2018
Edited: Stephen23 on 8 Aug 2018
"Whenever I download a code I get a number of m format files after extracting that."
First step: extract the files to the MATLAB Search Path or the current directory.
"My question is how to use the m files?"
That depends on how their authors wrote them! Badly written submissions might include simple scripts, better submissions will include functions or classes that you can call after reading their help.
Some submissions might require compilation:
But if the files are basic .m files then you can just run them right away, following the instructions and help included with the files themselves.
Many FEX submission include demo files or examples in the online description. Most should include a help section in the .m files themselves, so you can use that to know how to use them. If they do not have a help section then give the FEX submission a one star rating!
"Should I use them separately as I get them or should I combine them and then run it to get the actual results?"
Most people want their FEX submissions to be as easy to use as possible, so I doubt that any authors would require their files to be "combined" or altered in any way whatsoever.
  1 Comment
Shahrin Islam
Shahrin Islam on 8 Aug 2018
Thank you so much for your time and consideration. I highly appreciate it.

Sign in to comment.

More Answers (0)

Categories

Find more on Downloads in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!