RE: Urgent Plot Problem
- To: mathgroup at smc.vnet.net
- Subject: [mg34092] RE: [mg34063] Urgent Plot Problem
- From: "David Park" <djmp at earthlink.net>
- Date: Thu, 2 May 2002 03:49:38 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Deniz, You are probably trying to plot outside the domain of the InterpolatingFunction. The InterpolatingFunction shows the applicable domain. In this case, adjust your plot range to the InterpolatingFunction. You can probably ignore the messages. Better yet, turn them off before making the plot by using the Off statement. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ > From: deniz.seker at arcelik.com [mailto:deniz.seker at arcelik.com] To: mathgroup at smc.vnet.net > > Hi everybody, > > I have an NDSolve solution for two different variables in > InterpolatingFunction form. > > I'm trying to get 2 different 3D plots. But I'm having error > messages about > some point of the solutions that they are not real numbers on this point. > > How can I get this plots? Can I ignore these error messages? > > Regards, > > Deniz >