-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
It seems that Manipulate
and ManipulatePlot
can't handle variables with subscripts in their names. This snippet fails to run:
ManipulatePlot[With[{carrier = Sin[2 Pi (*SbB[*)Subscript[f(*|*),(*|*)C](*]SbB*) t], data = Sin[2 Pi f t]}, {carrier, data, carrier * data}], {t, 0, 1}, {{(*SbB[*)Subscript[f(*|*),(*|*)C](*]SbB*), 10}, 10, 20}, {{f, 1}, 1, 2}]
while this one runs fine:
ManipulatePlot[With[{carrier = Sin[2 Pi fC t], data = Sin[2 Pi f t]}, {carrier, data, carrier * data}], {t, 0, 1}, {{fC, 10}, 10, 20}, {{f, 1}, 1, 2}]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working