I'm trying to create a variable in Manipulate[] with a subscript in its name with the following code:
{{Subscript[r, b], 175.0, "Base radius"}, 127.0, 254.0, 1.0, Appearance -> "Labeled", ImageSize -> Tiny},
But, I've got an error message saying that the variable specification is incorrect.
Given that I can name variables like that outside Manipulator variables' specification, is it possible to overcome this behavior and define a Manipulator variable with such a name?
Best Regards,
Comments
Post a Comment