Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.9K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Using the value from Manipulation[ ]?

Posted 5 years ago

I have a question, is it impossible to use the picked value from window of Manipulation function as a variable that will change, for instance, after you change the value in the window itself. Could you help me with that? Thanks

POSTED BY: Daniel Artamonov
2 Replies

As the Moderation Team indicated I can only guess; you probably need the option LocalizeVariables -> False, e.g.:

Manipulate[x, {x, 0, 1}, LocalizeVariables -> False]

After this the variable x has its last adjusted value.

POSTED BY: Henrik Schachner

Welcome to Wolfram Community!
Please make sure you know the rules: https://wolfr.am/READ-1ST
Your post is too vague. Please describe your subject extensively providing the details, code examples, and other relevant ideas, so it is clear what exactly you are looking for.

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