Save figure with java graphic object
1 回表示 (過去 30 日間)
古いコメントを表示
Is there a way how to save a figure to a *.fig file with all included java objects? When you add a java object to a matlab figure (e.g. http://www.mathworks.com/matlabcentral/fileexchange/30403-thermometer-demo) and then you save the figure and reopen it only the matlab objects are in.
0 件のコメント
採用された回答
Malcolm Lidierth
2012 年 1 月 26 日
Any Java objects would needs to be fully serializable. See Saving and Loading Java Objects to MAT-Files in the MATLAB docs (note that fig files are mat files).
Swing objects all carry the following caveat in the javadoc.
Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see XMLEncoder.
4 件のコメント
Malcolm Lidierth
2012 年 1 月 27 日
PS Early days but the next installment of Waterloo will be a 2D scientific graphics library written entirely in Java. That will allow saving (I hope) and a "pre-release" should be available in the next month or two. It is also highly interactive so axes etc can be dragged and set using the mouse and there is a MATLAB interface providing support for MATLAB style calls like line, scatter contour etc.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!