コード例 #1
0
ファイル: Matlab.Etc.cs プロジェクト: htna/explsolv
 public static string Pwd()
 {
     return(new string(Matlab.GetVectorChar("pwd")));
 }