Cite This Page
Bibliographic details for MATLAB code
- Page name: MATLAB code
- Author: Training Technology Lab Wiki contributors
- Publisher: Training Technology Lab Wiki, .
- Date of last revision: 12 August 2019 10:06 UTC
- Date retrieved: 8 November 2025 21:45 UTC
- Permanent URL: http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=554
- Page Version ID: 554
Citation styles for MATLAB code
APA style
MATLAB code. (2019, August 12). Training Technology Lab Wiki, . Retrieved 21:45, November 8, 2025 from http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=554.
MLA style
"MATLAB code." Training Technology Lab Wiki, . 12 Aug 2019, 10:06 UTC. 8 Nov 2025, 21:45 <http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=554>.
MHRA style
Training Technology Lab Wiki contributors, 'MATLAB code', Training Technology Lab Wiki, , 12 August 2019, 10:06 UTC, <http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=554> [accessed 8 November 2025]
Chicago style
Training Technology Lab Wiki contributors, "MATLAB code," Training Technology Lab Wiki, , http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=554 (accessed November 8, 2025).
CBE/CSE style
Training Technology Lab Wiki contributors. MATLAB code [Internet]. Training Technology Lab Wiki, ; 2019 Aug 12, 10:06 UTC [cited 2025 Nov 8]. Available from: http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=554.
Bluebook style
MATLAB code, http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=554 (last visited November 8, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Training Technology Lab Wiki",
title = "MATLAB code --- Training Technology Lab Wiki{,} ",
year = "2019",
url = "http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=554",
note = "[Online; accessed 8-November-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Training Technology Lab Wiki",
title = "MATLAB code --- Training Technology Lab Wiki{,} ",
year = "2019",
url = "\url{http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=554}",
note = "[Online; accessed 8-November-2025]"
}