Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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 visualizzazione (ultimi 30 giorni)
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

Risposte (1)

Walter Roberson
Walter Roberson il 11 Giu 2017
  2 Commenti
Abdulmajid Mrebit
Abdulmajid Mrebit il 12 Giu 2017
Thank you very much, I really appreciat your help, but I can not change time to a Greek letter as we do in text command for example ( \theta). is there any way to write it in txt command?
Walter Roberson
Walter Roberson il 6 Lug 2017
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

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by