How to Cite MATLAB File Exchange file using Bibtex?

11 vues (au cours des 30 derniers jours)
atharva aalok
atharva aalok le 31 Oct 2021
Modifié(e) : Amna Mazen le 6 Sep 2022
I want to cite the following file from MATLAB File Exchange:
Is there a way to generate bibtex for this?

Réponse acceptée

Chunru
Chunru le 31 Oct 2021
Modifié(e) : Chunru le 3 Nov 2021
You can do it manually as follows: [Updated]
atharva aalok (2021). Professional_Plots (https://www.mathworks.com/matlabcentral/fileexchange/100766-professional_plots), MATLAB Central File Exchange. Retrieved October 31, 2021.
@misc
{ aalok2021,
author={Atharva Aalok},
title={Professional Plots},
year=2021
howpublished = "\url{https://www.mathworks.com/matlabcentral/fileexchange/100766-professional_plots}",
note = "[Online; accessed October 31, 202]"
}
Make sure to include \usepackage{url} or \usepackage{hyperref} in your main .tex file).
  3 commentaires
atharva aalok
atharva aalok le 2 Nov 2021
@online not available for latex.
I am making .bib file.
using @misc instead.
What's the issue here?
Also this link doesn't show up in the References, people can't click on it to reach this.
Amna Mazen
Amna Mazen le 6 Sep 2022
Modifié(e) : Amna Mazen le 6 Sep 2022
A comma is missing after the "year". This gives a latex error and prevents the url from appearing in the reference. Here is the modified version:
@misc
{ aalok2021,
author={Atharva Aalok},
title={Professional Plots},
year=2021,
howpublished = "\url{https://www.mathworks.com/matlabcentral/fileexchange/100766-professional_plots}",
note = "[Online; accessed October 31, 202]"
}

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by