|
|
backward compatibility #2
Hi,
I am not very good at IDL and need some help.
I want to write out 4 numbers (float) which came from some fitting
routine in a format that
can be read by excel, ie. use write_csv.pro function available in
version 7, but I have
6.3 version. Can someone give me hint on how to do this without having
to upgrade IDL.
thanks so much
--
Pom
|
|
0
|
|
|
|
Reply
|
pom4pom (4)
|
5/26/2011 3:14:35 PM |
|
Pom writes:
> I am not very good at IDL and need some help.
>
> I want to write out 4 numbers (float) which came from some fitting
> routine in a format that
> can be read by excel, ie. use write_csv.pro function available in
> version 7, but I have
> 6.3 version. Can someone give me hint on how to do this without having
> to upgrade IDL.
Four values!? Probably simpler and faster to type them in. :-)
Otherwise, you could write a comma separated data file
that Excel can read:
http://www.idlcoyote.com/tips/csv_file.html
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
0
|
|
|
|
Reply
|
news8567 (866)
|
5/26/2011 3:24:54 PM
|
|
On May 26, 8:24=A0am, David Fanning <n...@idlcoyote.com> wrote:
> Pom writes:
> > I am not very good at IDL and need some help.
>
> > I want to write out 4 numbers (float) which came from some fitting
> > routine in a format that
> > can be read by excel, ie. use write_csv.pro function available in
> > version 7, but I have
> > 6.3 version. Can someone give me hint on how to do this without having
> > to upgrade IDL.
>
> Four values!? Probably simpler and faster to type them in. :-)
>
> Otherwise, you could write a comma separated data file
> that Excel can read:
>
> =A0 =A0http://www.idlcoyote.com/tips/csv_file.html
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.idlcoyote.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
But I have 200 data sets that need to be processed and get the output
from the fitting routine for statistical analysis.
I will check out the link you kindly forwarded.
thanks so much.
|
|
0
|
|
|
|
Reply
|
pom4pom (4)
|
5/26/2011 3:35:11 PM
|
|
|
2 Replies
53 Views
(page loaded in 0.147 seconds)
Similiar Articles: Looking For SunOS 4.1.3 Or 4.1.4 - comp.sys.sun.adminGentlemen: I am looking to buy a license of SunOS 4.1.3 Or 4.1.4. for a software backward compatibility testing project. I have talked to Su... fminsearch and multiple inputs to function - comp.soft-sys.matlab ...Is there a limit to how many input arguments > could be passed in? It's an older style now depreated, but still enabled for backward compatibility's sake. Gcc binary compatibility chart - comp.unix.programmervisual c++ - GCC vs MS C++ compiler for maintaining API backwards ..... lot of articles about maintaining backwards binary compatibility ... on the Itanium C++ ABI ... Is union really useful in C++ considering that there is ...Or union > is just for backward compatibility. Could somebody give some examples > on when to use union and when to use reinterpret_cast? For example (1) reinterpret ... Bitwise operators - comp.lang.fortran... at.all> wrote: > Except for NOT, none of these are standard: Indeed, I just noticed that the documentation says "this routine is provided for backward compatibility ... Maximizer 9 & Businessvision 7 - comp.databases.btrieveWhen I install Maximizer, Businessvision stops > working, and vice versa. > > I thought that Pervasive.SQL v9.1 was backwards compatible, so that > BV would continue to ... segment registers in Windows & Linux - comp.lang.asm.x86 ...It > provides a rich set of architectural features, flexibility, high performa= nce and > backward compatibility to existing software base. > =95 Real-address mode =97 ... Use of MATLAB fftshift - comp.dspBackward compatibility is a relationship between two components, rather than being an attribute of just one of them. More generally, a new component is said to be ... const char ** syntax question - comp.lang.c++.moderatedThis is only supported for backward compatibility with old C dialects. Writing through the pointer is illegal anyway, but without the const the responsibility to assure ... Letters before numbers - comp.unix.solaris... problem, remember to use the standard sh (/usr/xpg4/bin/sh at least), /bin/sh on Solaris is the old non-standard Bourne shell only there for backward compatibility. Backward compatibility - Wikipedia, the free encyclopediaIn telecommunications and computing, a product or technology is backward or downward compatible if it can work with input generated by an older product or technology. What is backward compatible? - A Word Definition From the ...This page describes the term backward compatible and lists other pages on the Web where you can find additional information. 7/26/2012 2:52:34 AM
|
|
|
|
|
|
|
|
|