How do you save a text file containing symbolic variables?

2 views (last 30 days)
I want to be able to write symbolic variables to a .txt file and then be able to look at that file. I'm trying to do:
A = sym(1:10);
save filename A -ascii
But the text file does not show the symbolic variables. How else might I be able to do this?
Thanks, I appreciate your help.

Answers (0)

Community Treasure Hunt

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

Start Hunting!