To create a column vector containing the values of the unknown amplitudes [a;b;c;d;e;f;g;h]
in MATLAB, you can use the following code:
main.m126 chars3 lines
The (:)
operator converts amplitudes
into a column vector by concatenating the elements vertically.
gistlibby LogSnag