writing several figures to a text file by a program
1 次查看(过去 30 天)
显示 更早的评论
Hello, I want to write several 'fig' files to one text file by using a program in m-file. Does anyone know a how to do it? Thank you.
0 个评论
回答(1 个)
Jan
2012-4-26
FIG-Files contain the contents of a figure with all axes, graphics and uicontrols, colors, shading and renderer definition. How could you write this to a text file? While I'm convinced that this is neither possible nor useful, I ask you to explain, what you want to appear in the text file.
3 个评论
Daniel Shub
2012-4-26
If you export your figure as an eps file you will have a text file, but it won't have the renderer definition and you will not be able to "reload" the text file into MATLAB. Are you sure you want a text file?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Printing and Saving 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!