How to export data from a graph to excel
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!