gistlib
other matlab categories
coding code snippets in matlab
check my code in matlab
explain x=[65 65 75 75]; in matlab
explain y=y+(a(f)*cos(omega*f*t)+b(f)*sin(omega*f*t)); in matlab
find an average of ten numbers in matlab
for n = 1:length(t)-1 t_constant(n+1) = t_constant(n) + (alpha*dt/dx^2)*(t_constant(n)-t_constant(n-1)); end in matlab
for x= -2.0, -1.0, 0.0, 1.0, 2.0 radians and y=cosine(x) , which of the following codes would correctly define x and calculate y in matlab
how to code a binomial distribution? in matlab
lorentz transformation in matlab
make a graphical board for a tictactoe game in matlab
ode45 simulation for a logistical population model in matlab
the right sum rectangular rule in matlab
write a program that encodes, adds random noise and decodes a bit message using ldpc codes in matlab
write the fft function without using the built in fft function in matlab
gistlib
by LogSnag