gistlib
other matlab categories
`programming` code snippets in matlab
code for w(t+1)=r+(1-f/v)w(t) in matlab
derive v(t) = 9.2 when t = 20 in matlab
implement a turing machine as a class in matlab
robot = robot([pi/2; pi/2; pi/2; pi/2; pi/2; pi/2]); in matlab
say something wise in matlab
seating optimalization in matlab
write a functioni = csimpson(f,h)that takes as inputsfan array of functionvalues andhthe distance between grid values and computesithe compositesimpson’s approximation of the integral 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