FrontEndExecute

FrontEndExecute[expr]

評価のため式 expr をWolframシステムのフロントエンドに送る.

詳細

  • FrontEndExecute[expr]は,WSTPを介しLinkWriteを使うことで式 expr$FrontEndに送る.
  • Wolframシステムの標準フロントエンドはNotebookApplyNotebookLocateSelectedNotebook等の特別なノートブック操作コマンドしか扱えない.また,フロントエンドはコンテキストFrontEnd`にあるそのコマンドの機種別バージョンを使う.
  • FrontEndExecute[FrontEndToken["name"]]は,フロントエンドにおいてコマンド名 name の記述入力でメニューコマンド等を実行するときに使う.

例題

すべて開くすべて閉じる

  (2)

次はフロントエンドのCellPrint関数を呼び出す:

2つのセルがあるノートブックを作る:

FrontEndTokenを使って2つのセルを1つにする:

特性と関係  (2)

FrontEndExecuteを使って一連のフロントエンド関数を実行する:

同じステップをカーネル関数で行う:

Wolfram Research (1996), FrontEndExecute, Wolfram言語関数, https://reference.wolfram.com/language/ref/FrontEndExecute.html.

テキスト

Wolfram Research (1996), FrontEndExecute, Wolfram言語関数, https://reference.wolfram.com/language/ref/FrontEndExecute.html.

CMS

Wolfram Language. 1996. "FrontEndExecute." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FrontEndExecute.html.

APA

Wolfram Language. (1996). FrontEndExecute. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FrontEndExecute.html

BibTeX

@misc{reference.wolfram_2024_frontendexecute, author="Wolfram Research", title="{FrontEndExecute}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/FrontEndExecute.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_frontendexecute, organization={Wolfram Research}, title={FrontEndExecute}, year={1996}, url={https://reference.wolfram.com/language/ref/FrontEndExecute.html}, note=[Accessed: 21-November-2024 ]}