Farhads
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 25 articles for 0.000 sec
Re: Gdzie mieszkajÄ… najbogatsi politycy na Å›wiecie?...     

Group: pl.soc.polityka · Group Profile · Search for Farhads in pl.soc.polityka
Author: szechter
Date: Apr 5, 2008 14:42

... Sulejman Kerimow - 17,5 mld USD Gleb Fetisow - 3,9 mld USD Andriej Skocz - 3,3 mld USD Dmitrij Ananiew - 2,3 mld USD Sergiej Pugacziew - 2 mld USD Siergiej Pietro=F1 - 1,7 mld USD Farhad Ahmedow - 1,4 mld USD Aleksandr Skorobogatko - 1,4 mld USD Andriej Komarow - 1,3 mld USD Witalij Ma=B3kin - 1,0 mld USD Andriej Mo=B3czanow - 4 mld USD Wadim Moszkowicz - 1,0 mld ...
Show full article (1.35Kb) · Show article thread
Gdzie mieszkajÄ… najbogatsi politycy na Å›wiecie?...     

Group: pl.soc.polityka · Group Profile · Search for Farhads in pl.soc.polityka
Author: Tzva Adonai
Date: Apr 5, 2008 10:59

... mld dol. Sulejman Kerimow - 17,5 mld USD Gleb Fetisow - 3,9 mld USD Andriej Skocz - 3,3 mld USD Dmitrij Ananiew - 2,3 mld USD Sergiej Pugacziew - 2 mld USD Siergiej Pietroń - 1,7 mld USD Farhad Ahmedow - 1,4 mld USD Aleksandr Skorobogatko - 1,4 mld USD Andriej Komarow - 1,3 mld USD Witalij Małkin - 1,0 mld USD Andriej Mołczanow - 4 mld USD Wadim Moszkowicz - 1,0 mld USD Pozostał...
Show full article (0.97Kb)
Re: Read binaries from matlab     

Group: comp.lang.fortran · Group Profile · Search for Farhads in comp.lang.fortran
Author: James Tursa
Date: Nov 27, 2007 21:18

On Sat, 24 Nov 2007 11:34:11 -0800 (PST), Farhad <peruswe@yahoo.se> wrote: Thank you all guys! :-), :-), :-) Now everything works. I tried as well... with access='stream', and then I read them from matlab, and it worked well too. Thank you again Farhad Follow up information for other readers: For the Intel Fortran 9.1 compiler, opening with the following option works:...
Show full article (1.56Kb) · Show article thread
Re: Read binaries from matlab     

Group: comp.lang.fortran · Group Profile · Search for Farhads in comp.lang.fortran
Author: Farhad
Date: Nov 24, 2007 11:34

Thank you all guys! :-), :-), :-) Now everything works. I tried as well to write binaries by fortran with access='stream', and then I read them from matlab, and it worked well too. Thank you again Farhad
Show full article (0.21Kb) · Show article thread
Re: Read binaries from matlab     

Group: comp.lang.fortran · Group Profile · Search for Farhads in comp.lang.fortran
Author: Thomas Koenig
Date: Nov 24, 2007 10:48

On 2007-11-24, Richard Maine <nospam@see.signature> wrote: Farhad <peruswe@yahoo.se> wrote: open(unit=1,file='test.bin',form='unformatted') G95 supports f2003 stream I/O. Just add access='stream' in the above OPEN statement. in gfortran: I don't recall whether gfortran supports stream or not. It does. Add access="stream", and it should work.
Show full article (0.37Kb) · Show article thread
Re: Read binaries from matlab     

Group: comp.lang.fortran · Group Profile · Search for Farhads in comp.lang.fortran
Author: nospam
Date: Nov 24, 2007 10:41

Farhad <peruswe@yahoo.se> wrote: open(unit=1,file='test.bin',form='unformatted') ... But it did not work. That's right. It won't. As was said, plain unformatted I/O will not work for what you want. That's what this is. in g95: G95 supports f2003 stream I/O. Just add access='stream' in the above OPEN statement. in gfortran: I don't recall whether gfortran supports ...
Show full article (0.70Kb) · Show article thread
Re: Read binaries from matlab     

Group: comp.lang.fortran · Group Profile · Search for Farhads in comp.lang.fortran
Author: Farhad
Date: Nov 24, 2007 10:10

... read(1) A close(1) But it did not work. There were no problem with compilation, but when I get following runtime error messages : in g95: Traceback: not available, compile with -ftrace=frame or - ftrace=full Fortran runtime error: Corrupt record in unformatted sequential- access file in gfortran: Fortran runtime error: End of record Thanks again Farhad
Show full article (0.65Kb) · Show article thread
Re: Read binaries from matlab     

Group: comp.lang.fortran · Group Profile · Search for Farhads in comp.lang.fortran
Author: dpb
Date: Nov 23, 2007 17:44

James Tursa wrote: On Thu, 22 Nov 2007 08:19:07 -0800 (PST), Farhad <peruswe@yahoo.se> wrote: Hello, I have written data by matlab on a file, using fwrite function. I want read them by fortran. I know how to read formated file (which can be created by matlab's fprintf). But I don't know how read binaries created by matlab. ... Would it be possible for ...
Show full article (0.84Kb) · Show article thread
Re: Read binaries from matlab     

Group: comp.lang.fortran · Group Profile · Search for Farhads in comp.lang.fortran
Author: James Tursa
Date: Nov 23, 2007 17:33

On Thu, 22 Nov 2007 08:19:07 -0800 (PST), Farhad <peruswe@yahoo.se> wrote: Hello, I have written data by matlab on a file, using fwrite function. I want ...). But I don't know how read binaries created by matlab. Is there anyway to do that? Thanks a lot Farhad Would it be possible for you to write a simple c routine to read in the data and call that from your Fortran ...
Show full article (0.63Kb) · Show article thread
Re: Read binaries from matlab     

Group: comp.lang.fortran · Group Profile · Search for Farhads in comp.lang.fortran
Author: dpb
Date: Nov 23, 2007 06:59

Förster vom Silberwald wrote: On Nov 22, 4:19 pm, Farhad <peru...@yahoo.se> wrote: Hello, I have written data by matlab on a file, using fwrite function. ... Hello: At least for idl I do it as follows: in idl I write out the dimension of the vector or array and then the arry itslef. idl has the option to writte binaries in F77 style (you should check if that is possible...
Show full article (0.82Kb) · Show article thread
1 · 2 · 3 · next