How to export data from a graph to excel
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, to export data from a graph to excel the following requirement in my matlab programme has been introduced:
save_ubanks_CT.prn MTC -ascii
being ubanks_CT.prn the name of the folder and MTC the name of the variable
it turned out well in a first attempt but command window throws the following result:
Error using save
Unable to write file ubanks_CT.prn: permission denied.
Error in ej_file1 (line 209)
save ubanks_CT.prn MTC -ascii
any suggestions?
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!