Downloading codes and running code

22 Ansichten (letzte 30 Tage)
Shahrin Islam
Shahrin Islam am 8 Aug. 2018
Kommentiert: Shahrin Islam am 8 Aug. 2018
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.

Akzeptierte Antwort

Stephen23
Stephen23 am 8 Aug. 2018
Bearbeitet: Stephen23 am 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 Kommentar
Shahrin Islam
Shahrin Islam am 8 Aug. 2018
Thank you so much for your time and consideration. I highly appreciate it.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Downloads finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by