Message Boards Message Boards

Changing parameters doesn't affect a piecewise function graph ?

Attachments:
POSTED BY: Xavier Koch
Posted 3 years ago

According to the documentation, "Manipulate only "notices " explicit visible parameters:"

http://reference.wolfram.com/language/ref/Manipulate.html

You've defined the function fb to take one parameter argument, Fc_. The other parameters are not explicity visible in fb.

If you redefine fb as

fb[Fc_, a_, \[Theta]A_, \[Theta]B_, \[Theta]C_, \[Tau]_, cA_, cB_, cC_, b_, p_, \[Beta]_] := ...

and call it as

Manipulate[
 Plot[fb[Fc, a, \[Theta]A, \[Theta]B, \[Theta]C, \[Tau], cA, cB, cC, 
   b, p, \[Beta]], ...

then the other parameters will have an effect.

POSTED BY: Duncan Aitken
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