gistlib
You can set ev1 equal to mu in MATLAB by using the assignment operator =. Here is how you can do it:
ev1
mu
=
main.mev1 = mu; 10 chars2 lines
ev1 = mu;
gistlibby LogSnag