如何显示默认的动画控制 [英] How to show the animation control by default

查看:160
本文介绍了如何显示默认的动画控制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在数学中的这个简单的控制对象,如下面

 控制[{X,0,1}]

我们必须把鼠标指针移动到该对象的右上角,以获得一丝所谓的显示动画控件,然后单击它看到像播放动画控件,一步等是否有通过设置办法一些选项来获得所有的动画控件默认情况下打开,因此,当一个打开包含动态对象的笔记本电脑动画控件仍然开放?<​​/ p>

任何人都知道在这样的数学魔法的选择吗?

的建议从文献中心以下code

 机器人[0.3,外观 - &GT; 打开]

看起来很好,确实适合我的目的,但如何同样可以在以下做呢?我们如何才能保持动画控制操纵打开默认?

 操纵[剧情【仙[A X + B] {X,0,6}],{A,1,4},{B,0,10}]

这是我的实际问题仍然困扰我很遗憾。


解决方案

例如,机器人[动态[X] {0,2},外观\\ [法治]打开]

您可以提供更多的细节上你正在尝试做的?

编辑:这是否

 操纵[
  情节【仙[A X + B] {X,0,6}],
   {A,1,4,外观\\ [规则]打开},{B,0,10,外观\\ [规则]打开}]

你想要做什么?

In this simple control object in mathematica like the following,

Control[{x, 0, 1}]

we have to bring the mouse pointer to the right upper corner of the object to get the hint called "Show Animation Controls" and then click it to see the animation controls like play, step forward etc. Is there a way by setting some options to get all the animation controls OPEN by default so that when one opens a notebook containing dynamic object the animation controls remains open?

Anybody knows such a magic option in Mathematica?

As suggested the following code from documentation center

Manipulator[0.3, Appearance -> "Open"]

looks fine and does suits my purpose but how the same can be done with in the following? How can we keep the animation control in Manipulate open by default?

Manipulate[Plot[Sin[a x + b], {x, 0, 6}], {a, 1, 4}, {b, 0, 10}]

This was my actual question that still baffles me unfortunately.

解决方案

For example, Manipulator[Dynamic[x], {0, 2}, Appearance \[Rule] "Open"].

Can you give more details on what you are trying to do?

EDIT: Does this

Manipulate[
  Plot[Sin[a x + b], {x, 0, 6}],
   {a, 1, 4, Appearance \[Rule] "Open"}, {b, 0, 10, Appearance \[Rule] "Open"}]

do what you want?

这篇关于如何显示默认的动画控制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆