How do you save a text file containing symbolic variables?
2 次查看(过去 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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Low-Level File I/O 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!