How do I cite MATLAB in a bibliography or a published journal?
2,363 views (last 30 days)
Show older comments
MathWorks Support Team
on 24 Jul 2018
How do I cite MATLAB in a bibliography or a published journal?
Accepted Answer
MathWorks Support Team
on 24 Jul 2018
To cite a MATLAB program, use the program name and the "Copyright" line from the program file. You can see this by executing
>> edit functionName
in the MATLAB Command window. The Copyright line is usually found just below the help text.
If you also used the documentation in your paper or research, you can use the documentation webpage (e.g. https://www.mathworks.com/help/matlab/ref/rand.html ) and follow the standard rules for citing a webpage in whatever convention you are using for your sources.
0 Comments
More Answers (2)
mc
on 31 Dec 2019
Edited: mc
on 31 Dec 2019
It depends on the required citation style. Better instructions can be found at Citebay - how to cite Matlab
0 Comments
cherif kamel
on 24 Apr 2019
in the MATLAB Command window. The Copyright line is usually found just below the help text.
If you also used the documentation in your paper or research, you can use the documentation webpage (e.g. https://www.mathworks.com/help/matlab/ref/rand.html ) and follow the standard rules for citing a webpage in whatever convention you are using for your sources.
0 Comments
See Also
Categories
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!