gistlib
other matlab categories
`mathematical functions` code snippets in matlab
y=f(x) where x has different values. if x<0 y=sinx^2+ abs(x)-100*x; if 0<x<100, y=e^(x^2/pi); if x>100, y=log10(cos(x)). run the program for x=-3;23;180 in matlab
gistlib
by LogSnag