|
[Date Index]
[Thread Index]
[Author Index]
[Mathematica 6]3 lines of code which crashes Mathematica every time
- To: mathgroup at smc.vnet.net
- Subject: [mg76449] [Mathematica 6]3 lines of code which crashes Mathematica every time
- From: "Nasser Abbasi" <nma at 12000.org>
- Date: Tue, 22 May 2007 02:57:02 -0400 (EDT)
- Organization: home
- Reply-to: "Nasser Abbasi" <nma at 12000.org>
(* WARNING, SAVE ALL YOUR WORK BEFORE RUNNING THIS *)
m = 100; n = 70;
A = Table[Table[RandomReal[{0, 100.}], {n}], {m}];
ListPlot3D[A, Mesh -> None, InterpolationOrder -> 0, ColorFunction ->
"SouthwestColors", Filling -> Axis]
(*Now Mathematica will spin for sometime then disappear.*)
Nasser
Prev by Date:
Re: simple question
Next by Date:
Dialogs and inheritance
Previous by thread:
Re: PlotVectorField with continuous lines
Next by thread:
Re: [Mathematica 6]3 lines of code which crashes Mathematica every time
|