How to plot Date on x axis and string on Y axis. Text annonation on Data points

4 ビュー (過去 30 日間)
Life is Wonderful
Life is Wonderful 2019 年 8 月 2 日
コメント済み: Walter Roberson 2020 年 1 月 28 日
Attacched excel sheet has the Date and string. I want to plot Time on x axis and string message on the y axis.
I want Text Annotations plots.
Thanks
  5 件のコメント
Walter Roberson
Walter Roberson 2019 年 8 月 3 日
Inside the callback, get axes CurrentPoint. Extract the x from that and find the closest x in the data. Use that to pull out the strings from the table. Return a cell array of character vectors; each entry will become a separate line in the datatip shown.
I am not going to do an implementation for you, as the result is going to look pretty poor. With that data, I believe that the kind of graph that is being proposed is nearly meaningless.
Walter Roberson
Walter Roberson 2020 年 1 月 28 日
It is disappointing that the user chose to remove their discussion, making the topic hard to follow.

サインインしてコメントする。

回答 (1 件)

KSSV
KSSV 2019 年 8 月 2 日
  1 件のコメント
KSSV
KSSV 2019 年 8 月 2 日
MATLAB is rich in documentation......you should read from there with lot of exaples.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by