Message Boards Message Boards

0
|
8716 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Use manipulate to create a slider showing its current value?

Posted 6 years ago

i have been using manipulate to create myself a slider, but i have my result at certain point when i move the slider, but i am not able to find the value at which my slider is at currently, kindly reply

Attachments:
POSTED BY: mourishwaran j
2 Replies
Posted 6 years ago

A slider in a Manipulate will display its current value, expliticly, if it has the option Appearance -> "Labeled"

Manipulate[
    moment = w*fos*l^2*0.125,
    {w, 1, 500, 10, Appearance -> "Labeled"},
    {fos, 1.5},
    {l, 1, 16, 1, Appearance -> "Labeled"},
    FrameLabel -> "moment"
 ]

enter image description here

POSTED BY: Hans Milton

The simplest way is to click on the “+” icon to the immediate right of the slider.

POSTED BY: Ian Williams
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