文字列の行列を評価する
H = eval(Z)
文字列の行列.
eval関数は, 文字列の行列Zを評価したものを返します.
eval
Z
a=1; b=2; Z=['a','sin(b)']; eval(Z) //行列 [1, 0.909]を返します;
eval()
evstr()