hadamard
Hadamard matrix
📝Syntax
H = hadamard(n)
H = hadamard(n, classname)
📥Input Arguments
Parameter Description
n scalar integer value: order.
classname row character vector or scalar string: class name desired ('double' by default).
📤Output Arguments
Parameter Description
H Hadamard Matrix.
📄Description

H = hadamard(n) returns the Hadamard Matrix of order n.

💡Examples
H = hadamard(4)
🔗See Also
hankeltoeplitz
📚Bibliography
https://en.wikipedia.org/wiki/Hadamard_matrix , https://mathworld.wolfram.com/HadamardMatrix.html
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub