任意時間の要素 (Snapshot) の切り出し
x:[ y ]
x : 入力オブジェクト (Scalar, Series, Snapshot)
y : 指定時間 (Scalar, Series, Snapshot)
% a = 1~10 % b = reform(a,(5,2)) % b [0]:[0]% 1 2 [1]:[0]% 3 4 [2]:[0]% 5 6 [3]:[0]% 7 8 [4]:[0]% 9 10 % b:[1] [0]% 3 4