MATLAB error: Invalid file identifier. Use fopen to generate a valid file identifier.
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I ran the code to output a large matrix(59107200*10) to a csv file and got this error. The script: dlmwrite('fullbrain.csv',fullbrain); Any solutions and reason why this error? Or, are there any better solutions to output a large matrix to a csv file?
0 Kommentare
Antworten (1)
rough93
am 30 Sep. 2019
You need to use the fopen command to create a valid file identifier, you can then write code to the file and fclose it after.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Text Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!