MathGroup Archive 2012

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

Search the Archive

M9. Error messages when assign ContourPlot graphic to variable

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128975] M9. Error messages when assign ContourPlot graphic to variable
  • From: Grischika <Grischika at mail.ru>
  • Date: Thu, 6 Dec 2012 04:59:53 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Running this code
pf = ParametricNDSolveValue[{y''[x] == -a y[x], y[0] == a, 
   y'[0] == b}, y, {x, 0, 20}, {a, b}];
ContourPlot[{pf[a, b][5] == 0}, {a, 0, 5}, {b, 0, 5}]

then copy and past this image to input cell. Execute the cell. The following message appears:

ParametricFunction::argrx: ParametricFunction called with 0 arguments; 6 arguments are expected. >>

Windows XP 32 bit
Mathematica 9.0.0

Grigory



  • Prev by Date: Re: Mathematica 9.0.0.0 for windows crash
  • Next by Date: Re: Mathematica 9 for Windows
  • Previous by thread: Automatically retrieving some elements from a list
  • Next by thread: Re: M9. Error messages when assign ContourPlot graphic to variable