MathGroup Archive 2012

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

Search the Archive

Plot3D progress

  • To: mathgroup at smc.vnet.net
  • Subject: [mg126882] Plot3D progress
  • From: "Mat' G\." <ellocomateo at free.fr>
  • Date: Fri, 15 Jun 2012 15:26:03 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hello,

How can I survey the progress of a 3D plot?
I tried the following, but this does not to work:
(the integral is very lengthy)

Plot3D[Integrate[ElField[x,y],{x,0,xMax},{y,0,yMax}]
  , {xMax, 0, FOVSize}
  , {yMax, 0, FOVSize}
  , EvaluationMonitor :> Print[xMax]
  ]

Thanks for helping!

Mat



  • Prev by Date: how can I change the CDF which imports the data and uses it , without execution of code
  • Next by Date: Re: Bug in NIntegrate[]?
  • Previous by thread: how can I change the CDF which imports the data and uses it , without execution of code
  • Next by thread: Re: Plot3D progress