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
- Follow-Ups:
- Re: M9. Error messages when assign ContourPlot graphic to variable
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: M9. Error messages when assign ContourPlot graphic to variable