MathGroup Archive 2000

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

Search the Archive

Plot... Import...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25083] Plot... Import...
  • From: "M.Mazin" <mazin at isp.kiev.ua>
  • Date: Thu, 7 Sep 2000 22:28:35 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com


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[ ].



--
National Academy of Sciences of the Ukraine
Institute of Semiconductor Physics
www.isp.kiev.ua

Best regards,
Dr. M.Mazin                          mailto:mazin at isp.kiev.ua




  • Prev by Date: Re: Fourier Transform & Data imported from Excel
  • Next by Date: Re: Fourier Transform & Data imported from Excel
  • Previous by thread: Re: writing mathematica script files for the math kernel under linux
  • Next by thread: Re: Plot... Import...