Filter löschen
Filter löschen

Citing MATLAB Optimization Toolbox (BibTex reference)

25 Ansichten (letzte 30 Tage)
Gunnar
Gunnar am 20 Apr. 2017
Kommentiert: Gunnar am 20 Apr. 2017
Hi all.
I would like to cite the MATLAB Optimization Toolbox in my work since I am using the linear programming part of the toolbox to solve my optimizaiton problem. How does one cite it?
Since I am using LaTeX for the report, I intend to use a BibTex format.

Akzeptierte Antwort

Thorsten
Thorsten am 20 Apr. 2017
I would use something like this
@misc(MatlabOTB,
key = {MATLAB Optimization Toolbox},
title = {MATLAB Optimization Toolbox},
year = {<The year of your version, you can find it out using ver>}
note = {The MathWorks, Natick, MA, USA}
}
The note is the publisher and the address. You can modify it to your demands. "Don't take entries too seriously", as noted by the author of BibTeX in http://texdoc.net/texmf-dist/doc/bibtex/base/btxdoc.pdf on page 12.

Weitere Antworten (1)

Gunnar
Gunnar am 20 Apr. 2017
For comparison, I can just attach the format that is used to cite the well-known CVX toolbox: http://cvxr.com/cvx/citing/
@misc{cvx,
author = {Michael Grant and Stephen Boyd},
title = {{CVX}: Matlab Software for Disciplined Convex Programming, version 2.1},
howpublished = {\url{http://cvxr.com/cvx}},
month = mar,
year = 2014
}
@incollection{gb08,
author = {Michael Grant and Stephen Boyd},
title = {Graph implementations for nonsmooth convex programs},
booktitle = {Recent Advances in Learning and Control},
series = {Lecture Notes in Control and Information Sciences},
editor = {V. Blondel and S. Boyd and H. Kimura},
publisher = {Springer-Verlag Limited},
pages = {95--110},
year = 2008,
note = {\url{http://stanford.edu/~boyd/graph_dcp.html}}
}

Kategorien

Mehr zu Robust Control Toolbox 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