Hi,
So I have a programme in fortran 90/95 that writes a large number of arrays to a text/dat file where each array is different than the last.
Is it possible to make a visualisation/video of each the arrays changing?
So for example, the first image will be the first array, then the video...
Thanks for your help, yes I do want to evaluate all the values before they change.
So declare matrix a before the do loops.
During the do loops, let a=b?
Apply the evaluations to matrix b and then after the do loop change back to a?
Sorry about that,
For a 10x10 array, each element is either a 1 or a 0.
Using 2 do loops (n,m) from 1,10 for the subscripts of each element in the array, I've used a select case function to find the sum of each of the element's neighbours (8 in total for each element).
Then depending on the...
Hi,
Is it possible to write an array (say 10x10) with 2 do loops (1,10) calculating each element of the array and then change each element all at the same time rather than changing each element individually as the do loop runs?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.