Snapshot

機能

指定した変数を Snapshot 型の値にして返す.

形式

y = Snapshot( x )

パラメータ

  1. x : 入力オブジェクト

  2. y : 出力オブジェクト (Snapshot)

使用例

% x=1
% x
1
% y=Snapshot(x)
% y
[0]:%   1

参照

ScalarSeriesString

Last updated: 2005/11/12