Axis Tight-Stochastic Process-Codes, Exercises of Stochastic Processes

Main topics for this course are Stochastic process, random variables, linear congruent generators, pdfs and cdfs, rejection method, metropolis methods, sampling techniques, random walks and genetic algorithm. This matlab code includes: Axis, Tight, Peak, Surf, Sinusoid, Frame, Movie, Function, Loop, Statement, MATLAB, Code, Stochastic

Typology: Exercises

2011/2012

Uploaded on 08/12/2012

ranganath
ranganath 🇮🇳

4.7

(3)

37 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Z = peaks; surf(Z);
axis tight
set(gca,'nextplot','replacechildren');
% Record the movie
for j = 1:20
surf(sin(2*pi*j/20)*Z,Z)
F(j) = getframe;
end
% Play the movie ten times
movie(F,10)
docsity.com

Partial preview of the text

Download Axis Tight-Stochastic Process-Codes and more Exercises Stochastic Processes in PDF only on Docsity!

Z = peaks; surf(Z); axis tight set(gca,'nextplot','replacechildren'); % Record the movie for j = 1: surf(sin(2pij/20)*Z,Z) F(j) = getframe; end % Play the movie ten times movie(F,10)

docsity.com