フィルターのクリア

saveas figure containing modified data tips in data cursor

2 ビュー (過去 30 日間)
Marco
Marco 2013 年 9 月 1 日
I have a piece of code in which I modify the data tips that can be visualized with the data cursor. Everything works fine, i.e. the figure in the GUI shows the new data tips that I have added, but when I save the figure with the command saveas(), the saved picture does not show the new data tips in the data cursor. Is a fault in the saveas command? Is there anything that I have missed?
Here is the piece of code that I currently use:
figA=figure('name','Test');
h=plot(....);
addTagCursor(h,...);
hold on
h=plot(...);
addTagCursor(h,...);
saveas(figA, myfolder);
Thanks for help!

回答 (0 件)

カテゴリ

Help Center および File ExchangePrinting and Saving についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by