Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Hi Everybody . I was trying to change the variable X & Y to t & Alpha in Data-tips but I couldn't find any way to do that. Is there any idea helps to do it. Thanks in advance
1 回表示 (過去 30 日間)
古いコメントを表示
Hi Everybody
I was trying to change the variable X & Y to t & Alpha in Datatips but I couldn't find any way to do that. Is there any idea helps to do it. Thanks in advance
0 件のコメント
回答 (1 件)
Walter Roberson
2017 年 6 月 11 日
Look at the second example at https://www.mathworks.com/help/matlab/ref/datacursormode.html#bsawkea-7
2 件のコメント
Walter Roberson
2017 年 7 月 6 日
Sorry, I missed your comment. Example:
dcm = datacursormode(gcf);
dcm.UpdateFcn = @(src, event) {sprintf('\x03c4 = %g\n\x03b1 = %g', event.Position)};
Note: this will require R2014b or later
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!