Archive for June, 2009

Making movies in MATLAB ( for simultion purposes)

June 22, 2009

A. Making a Movie in MATLAB
To make a movie of MATLAB figures first have MATLAB generate the frames of the
movie. An example file is the following…
% initialize vectors (x and y) and the axes used for plotting
nx=40;
x=linspace(-2,2,nx);
y=exp(-8*x.*x);
plot(x,y);
lim=axis;
% nframes = number of frames in movie
nframes=40;
M=moviein(nframes);
% Note: memory can be reduced by making the plot window smaller
% [...]

Adding UDF to fluent.

June 18, 2009

Fluent have lot of inbuilt functionalities that makes it user friendly and also make it dynamic for usage. Many of us are provided with situations wer we tend to write our own stuffs for computations, data interpretation, plotting and many other operations that control the problem. For such situation we can implement our own UDF [...]

MY NEED……..

June 14, 2009

The more I read “ Atlas Shrugged” the more I tend to connect my more with objectivism and am very skeptic wat about a person would and could achieve with such an approach. Because its something that helps become successful at the cost of being a success. I went to the temple the temple the [...]