|
[Date Index]
[Thread Index]
[Author Index]
Re: odd delay problem
- To: mathgroup at smc.vnet.net
- Subject: [mg93178] Re: odd delay problem
- From: "sjoerd.c.devries at gmail.com" <sjoerd.c.devries at gmail.com>
- Date: Thu, 30 Oct 2008 02:01:40 -0500 (EST)
- References: <ge9f2e$973$1@smc.vnet.net>
Michael,
The result you obtained is not very suprising: you assign the old
values of f to G first and then generate new values for f. When you
plot G, you're plotting the old values of f.
With a fresh kernel, the first time you run this you'll see that the
plot won't work. That's because G has been assigned the value f which
the first time is omly a symbol and not a value at all.
Cheers -- Sjoerd
Prev by Date:
Re: Manipulate question
Next by Date:
open multiple files
Previous by thread:
odd delay problem
Next by thread:
Re: odd delay problem
|