ユーザ変数の一覧
varList = who_user([bPrint])
画面出力を有効または無効にする (デフォルト: %t).
%t
ユーザ変数の列ベクトルまたはユーザが変数が有さない場合に[].
[]
who_user は,ユーザの変数名を表示し,ユーザ変数名を返します.
who_user
clear; who_user() who_user(%t) who_user(%f) a = 1; b = 2; who_user() who_user(%t) who_user(%f) clear;
Comments
Add a comment:
Please login to comment this page.