gistlib
To create an array lx with two elements with a value of 65, you can use the following syntax in MATLAB:
lx
65
main.mlx = [65 65]; 14 chars2 lines
lx = [65 65];
This creates an array lx with two elements, both with a value of 65.
gistlibby LogSnag