matopen in fortran
1 回表示 (過去 30 日間)
古いコメントを表示
I am reading mat files in fortran which works fine as long as there are no blank spaces in the path or file name. For example:
pmat = matOpen(TRIM(dir)//file,"r")
pmat will be 0 if the dir or file strings have while spaces in them.
Is there a way to read and write files and/or paths with blank spaces???
thanks
0 件のコメント
回答 (1 件)
Walter Roberson
2012 年 4 月 2 日
Ah, I knew this problem sounded familiar, but I didn't think my memory extended back that far...
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Fortran with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!