Gistlib Logo

gistlib

generate a hadamard matrix of order 28 in matlab in matlab

You can generate a Hadamard matrix of order 28 in MATLAB using the hadamard function.

main.m
H = hadamard(28);
18 chars
2 lines

The output matrix H will be a Hadamard matrix of order 28.

similar matlab code snippets

generate a hadamard matrix of order 32 in matlab
how to calculate the binomial distribution in matlab
how to calculate the 99th percentile in matlab
how to calculate cumulative distribution function in matlab
how to perform a ztest in matlab
how to calculate the normal distribution in matlab
how to plot the binomial distribution in matlab
calculate the area of a triangle in matlab
calculate the area of a sphere in matlab
find the slope of a set of points in matlab

related categories

matrices
hadamard matrix
matlab

gistlibby LogSnag