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: 9 August 2019 11:04 UTC
- Date retrieved: 31 January 2026 17:20 UTC
- Permanent URL: http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=535
- Page Version ID: 535
Citation styles for MATLAB code
APA style
MATLAB code. (2019, August 9). Training Technology Lab Wiki, . Retrieved 17:20, January 31, 2026 from http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=535.
MLA style
"MATLAB code." Training Technology Lab Wiki, . 9 Aug 2019, 11:04 UTC. 31 Jan 2026, 17:20 <http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=535>.
MHRA style
Training Technology Lab Wiki contributors, 'MATLAB code', Training Technology Lab Wiki, , 9 August 2019, 11:04 UTC, <http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=535> [accessed 31 January 2026]
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=535 (accessed January 31, 2026).
CBE/CSE style
Training Technology Lab Wiki contributors. MATLAB code [Internet]. Training Technology Lab Wiki, ; 2019 Aug 9, 11:04 UTC [cited 2026 Jan 31]. Available from: http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=535.
Bluebook style
MATLAB code, http://ttl.tek.sdu.dk/wiki/index.php?title=MATLAB_code&oldid=535 (last visited January 31, 2026).
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=535",
note = "[Online; accessed 31-January-2026]"
}
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=535}",
note = "[Online; accessed 31-January-2026]"
}