How do you save a text file containing symbolic variables?

2 Ansichten (letzte 30 Tage)
Ben
Ben am 15 Jul. 2014
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.

Antworten (0)

Kategorien

Mehr zu Low-Level File I/O finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by