matopen in fortran

1 vue (au cours des 30 derniers jours)
rob
rob le 2 Avr 2012
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

Réponses (1)

Walter Roberson
Walter Roberson le 2 Avr 2012
Ah, I knew this problem sounded familiar, but I didn't think my memory extended back that far...

Catégories

En savoir plus sur Fortran with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by