MathGroup Archive 2000

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Plot... Import...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25120] Re: Plot... Import...
  • From: "P.J. Hinton" <paulh at wolfram.com>
  • Date: Sun, 10 Sep 2000 03:14:41 -0400 (EDT)
  • Organization: Wolfram Research, Inc.
  • References: <8p9kn6$1th@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On 7 Sep 2000, M.Mazin wrote:

> Dear Mathematica programming experts,
> I am a new user Mathematica 4.0 for Windows and ask help me:
> 
> 01) When I want draw graphic of sin[x] - {  Plot[Sin[x], {x, 0, 2 Pi}]  }- I
> receive next message
> 
> Display::initstate:
> Display cannot be used during initialization.
> 
> Display["stdout", - Graphics -]
> 
> 02) The attempt of wtiting data to file is successful :
> Export["out.dat", {{5.7, 4.3}, {-1.2, 7.8}}]
> 
> "out.dat"
> 
> !! out.dat
> 
> 5.7    4.3
> -1.2   7.8
> 
> but reverse function - Import["out.dat", "Table"] - give next message:
> 
> ReadList::initstate:
> ReadList cannot be used during initialization.
> 
> General::stream:
> System`ConvertersDump`parseToFields[<< 1 >>] is not a string,
> InputStream[ ], or OutputStream[ ].

It is most likely that you are running a cracked copy of
Mathematica.  This error message has been addressed in a prior posting to
this newsgroup.

http://x65.deja.com/getdoc.xp?AN=584055531

-- 
P.J. Hinton
User Interface Programmer                         paulh at wolfram.com
Wolfram Research, Inc.
Disclaimer: Opinions expressed herein are those of the author alone.




  • Prev by Date: Re: Manipulating Equations
  • Next by Date: Re: Assumptions ignored?
  • Previous by thread: Plot... Import...
  • Next by thread: How to keep things real?