How do you save a text file containing symbolic variables?

1 次查看(过去 30 天)
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.

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by