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!