指定したオブジェクトのクラス名を返す
name = jgetclassname(obj)
_JObj型のmlist
Scilab文字列
クラス名を取得します.
s = jwrap("Hello World !"); jgetclassname(s) jremove s;