xlswrite and Prompt for file save
Mostra commenti meno recenti
I'm using xlswrite to save data to a file that I create the name for. Often the xlswrite command will open a "Save As" dialog with a different file name consisting of 8 alphanumeric characters. I can't figure out why this is happening. Anyone else experience this?
4 Commenti
Oleg Komarov
il 18 Lug 2011
Post the code
Dee
il 13 Lug 2017
I experience same too. Once you save the file, you have an error in matlab "Error using xlswrite (line 219) Error: The server threw an exception". Don't know what the issue is
Image Analyst
il 13 Lug 2017
So, Dee, do you first get the error and then it somehow continues and asks you to "Save as", or does it ask you to "Save as" first, and then you get the error? Where did you try to save it to and what operating system are you using?
Walter Roberson
il 13 Lug 2017
8+3 filenames would be "short names" for compatibility with older MS Windows. On NTFS file systems, every file has an 8.3 equivalent name.
Risposte (0)
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!