Control
✖
Control
詳細

- Controlでサポートされる変数と領域指定
-
{u,umin,umax} マニピュレータ(スライダー,アニメータ等) {u,umin,umax,du} 刻み幅 du の離散マニピュレータ {u,{xmin,ymin},{xmax,ymax}} 2Dスライダー {u,{u1,u2,…}} 2〜3個の要素のための設定バー,要素数が多ければポップアップメニュー {u,{u1->lbl1,u2->lbl2,…}} 要素にラベルを付けたセッターバーまたはポップアップメニュー {u,{True,False}} チェックボックス {u,color} カラースライダー {u} 空白の入力フィールド {u,FormObject[…]} 指定されたフィールドがあるフォーム {u,func} 関数から任意のコントロール {{u,uinit},…} 初期値 uinit を使う {{u,uinit,ulbl},…} ラベル ulbl がを含む {{u,…},…,opts} 特定のオプションを使う - Control[{u,…}]中の変数 u は自動的にDynamicオブジェクトとして扱われる.
- Control[{u,dom,opts}]で指定されたオプションは,Manipulateにあるように解釈されることが多い.
- オプション設定のControlType->type は指定のタイプのコントールを使おうとする.
- opts は選択されたコントロールに特有のオプション設定を含むことがある.
例題
すべて開くすべて閉じる例 (1)基本的な使用例
スコープ (2)標準的な使用例のスコープの概要
Controlは,同じコントロール指定についてはManipulateと同じコントロールを選択する:
In[1]:=1

✖
https://wolfram.com/xid/0y74oi-o92a4d
Out[1]=1

ControlTypeを使って違うコントロールを選択する:
In[2]:=2

✖
https://wolfram.com/xid/0y74oi-fqzgu3
Out[2]=2

In[3]:=3

✖
https://wolfram.com/xid/0y74oi-ppqfu4
Out[3]=3

Manipulatorのように,選択したコントロールに特有のオプションを指定する:
In[1]:=1

✖
https://wolfram.com/xid/0y74oi-60s0ij
Out[1]=1

In[2]:=2

✖
https://wolfram.com/xid/0y74oi-zpv6xz
Out[2]=2

Wolfram Research (2008), Control, Wolfram言語関数, https://reference.wolfram.com/language/ref/Control.html (2019年に更新).
✖
Wolfram Research (2008), Control, Wolfram言語関数, https://reference.wolfram.com/language/ref/Control.html (2019年に更新).
テキスト
Wolfram Research (2008), Control, Wolfram言語関数, https://reference.wolfram.com/language/ref/Control.html (2019年に更新).
✖
Wolfram Research (2008), Control, Wolfram言語関数, https://reference.wolfram.com/language/ref/Control.html (2019年に更新).
CMS
Wolfram Language. 2008. "Control." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/Control.html.
✖
Wolfram Language. 2008. "Control." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/Control.html.
APA
Wolfram Language. (2008). Control. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Control.html
✖
Wolfram Language. (2008). Control. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Control.html
BibTeX
✖
@misc{reference.wolfram_2025_control, author="Wolfram Research", title="{Control}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/Control.html}", note=[Accessed: 08-June-2025
]}
BibLaTeX
✖
@online{reference.wolfram_2025_control, organization={Wolfram Research}, title={Control}, year={2019}, url={https://reference.wolfram.com/language/ref/Control.html}, note=[Accessed: 08-June-2025
]}