Newbie: plot data from a text file?543 (10/7/2003 6:51:41 AM) Hi all,
(I checked the manual and online help for this but I haven't found
anything).
I have some C code that generates ordered (x,y) pairs of data. I'd
like to be able to simply use Mathematica to plot... chris7110(1)
Re: #5031 (10/8/2003 9:10:31 AM) You can import the data as a table, like this,
data = Import["filename", "Table"]
then plot them with ListPlot.
Henry Lamb
... hblamb(2)
Re: Summation Problem w/ 5.0232 (10/6/2003 6:18:09 AM) On 10/4/03 at 2:05 AM, andrea.knorr@engr.uconn.edu (Andrea) wrote:
> Has anyone else had this problem with the new version? I have created
> multiple lists with multiple elements, and I am trying to sum al... readnewscix1(35)
Re: poisson equation150 (10/6/2003 6:26:16 AM) I am loath to plug my own work in this forum, but since you asked for a
reference...
You will find a reasonably thorough treatment of such problems in the
insanely low priced A Mathematica Companion for Di... sh2.7183(73)
Re: Summation Problem w/ 5.0 #2032 (10/8/2003 9:03:25 AM) On 10/7/03 at 2:40 AM, andrea.knorr@engr.uconn.edu (Andrea) wrote:
> I posted code Saturday morning, but it has not been added, so I will
> try again. In my program I have created three lists, "virus",
> ... browe51(7)
Re: Question plotting curves.034 (10/8/2003 9:02:24 AM) On 10/7/03 at 2:40 AM, juan_fuentes_2000@yahoo.com (Juan Fuentes) wrote:
> I have the following question: Is it possible to plot at the same plot two plots
> with different scales,which could be displayed ... readnewscix1(35)
RE: Question plotting curves. #2034 (10/8/2003 9:00:22 AM) Hi Juan,
> I have the following question: Is it possible to plot at the
> same plot two plots with different scales,which could be
> displayed one in one side and the other at the other side.
> Thank yo... David.Annetts(30)
Question plotting curves.238 (10/7/2003 6:55:46 AM) Dear members of the list:
I have the following question: Is it possible to plot at the same plot two plots with different scales,which could be displayed one in one side and the other at the other side.
Thank... juan_fuentes_2000(1)
How can I use the Input as a string, without checking by the kernel028 (10/8/2003 8:53:15 AM) Hi,
I have a problem with mathematica (I am using 4.2) and the technical
support could not help me (after months of mailing), although I want to
do something, that should be rather simple. Maybe someone ... straube(1)
Airy's Gi(x) function; asymptotic matching and asymptotic limits335 (10/4/2003 6:16:39 AM) Dear Group,
Recently I had to solve the differential equation y''[x] - x y[x] == -1,
with one known boundary condition y'[0]==0.
The general solution is conveniently written as C[1] AiryAi[x] + C[2]
Air... crf3(49)