Message Boards Message Boards

0
|
7589 Views
|
3 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Mathematica does not update the plot when a parameter is changed.

Posted 9 years ago
POSTED BY: hwoarang Polar
3 Replies

You could also reformulate the code using Manipulate to enable you to choose and change parameters.

POSTED BY: S M Blinder

See http://community.wolfram.com/groups/-/m/t/270507 for how to format code and text.

POSTED BY: Bruce Miller

z[j_, n_] := (z[j, n] =... memoizes values, so they will not be recomputed. Better would be to make ity an explicit function of all parameters it uses, e.g. z[j_, n_, c_,...] := (z[j, n, c, ...] =...

POSTED BY: Daniel Lichtblau
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract