In MATLAB, a column vector can be created by enclosing a list of values within square brackets [] and separating them with semicolons (;) or by using the transpose operator (') after a row vector.
main.m181 chars10 lines
Output:
main.m21 chars12 lines
gistlibby LogSnag