Since 7/5/2012 9:53:18 AM, kaviani.saman has written 5 articles and participated in 6 conversations. kaviani.saman signature:
kaviani.saman's articles:
Items(5) /1
sort 2D matrix99142 (7/12/2012 9:09:55 AM) comp.lang.fortran Dear all
If I have a 2D Matrix as A(4,3):
col(1) col(2) column(3)
row(1) 12 5 41
row(2) 21.5 10.3 5
row(3) 14 -21 74
row(4) 84 -0.8 41.74
I want to sort it in... Kali
Multiple matrix output345 (7/10/2012 10:54:54 AM) comp.lang.fortran hi ,
I have three matrix called
Real, Dimension(:)::A,B,C
A=5,B=5,C=5
I want to print them to an external file where first column is A, 2nd column is B and the last is C. For example I want to have the foll... saman
matrix541 (7/9/2012 11:10:14 PM) comp.lang.fortran Hi there
Since I am not good in fortran (and any programming language), solving a si=
mple problem takes me several hours to deal with and sometimes the result i=
s nothing. Anyway the following is one of th... saman
3D Matrix output156 (7/5/2012 9:51:52 AM) comp.lang.fortran Hi there
I have a 3D matrix with the following definition:
INTEGER,DIMENSION (:,:,:),ALLOCATABLE::animals
ALLOCATE (animals(N,Loci,strand))
where N=200, Loci=20 and strand=2
Does anybody knows how I ... saman
3D Matrix output #2082 (7/5/2012 9:49:13 AM) comp.lang.fortran I have a 3D matrix with the following definition:
INTEGER,DIMENSION (:,:,:),ALLOCATABLE::animals
ALLOCATE (animals(N,Loci,strand))
where N=200, Loci=20 and strand=2
Does anybody knows how I can print ... kaviani
kaviani.saman's replies:
Items(3) /1
matrix541 (7/9/2012 11:10:14 PM) comp.lang.fortran Hi there
Since I am not good in fortran (and any programming language), solving a si=
mple problem takes me several hours to deal with and sometimes the result i=
s nothing. Anyway the following is one of th... kaviani.saman(11)
Multiple matrix output345 (7/10/2012 10:54:54 AM) comp.lang.fortran hi ,
I have three matrix called
Real, Dimension(:)::A,B,C
A=5,B=5,C=5
I want to print them to an external file where first column is A, 2nd column is B and the last is C. For example I want to have the foll... kaviani.saman(11)
sort 2D matrix99142 (7/12/2012 9:09:55 AM) comp.lang.fortran Dear all
If I have a 2D Matrix as A(4,3):
col(1) col(2) column(3)
row(1) 12 5 41
row(2) 21.5 10.3 5
row(3) 14 -21 74
row(4) 84 -0.8 41.74
I want to sort it in... kaviani.saman(11)