gistlib
To assign the value 24.69 to variable a0 in MATLAB, you can simply write:
a0
main.ma0 = 24.69; 12 chars2 lines
a0 = 24.69;
This will assign the value 24.69 to the variable a0. You can then use the variable a0 in your MATLAB code as needed.
24.69
gistlibby LogSnag