How to export data from a graph to excel

1 view (last 30 days)
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?

Answers (0)

Categories

Find more on Graph and Network Algorithms in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!