a figure with only a numeric value

1 回表示 (過去 30 日間)
Ahmed Abdulla
Ahmed Abdulla 2020 年 6 月 8 日
回答済み: per isakson 2020 年 6 月 8 日
I want to find the correlation between two data sets and just have a figure without any points or anything it just displays the correlation value. This might seem odd by itself but its part of a bigger picture for me
  2 件のコメント
madhan ravi
madhan ravi 2020 年 6 月 8 日
Why do you keep asking the same question again and again? Can’t you explain in a detailed manner in one question?
Ahmed Abdulla
Ahmed Abdulla 2020 年 6 月 8 日
i just want to display a value in a figure. So the figure will be a box just containing for example 0.82. Without any scale or lines it just displays a value.
Sorry for asking more than once, i thought this might be a clearer way

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

採用された回答

per isakson
per isakson 2020 年 6 月 8 日
Is this close to what you are asking for?
lh = plot( 0.5, 0.82, 'd' );
ah = lh.Parent;
ah.XTickLabels = cell(1,1);
ah.YTickLabels = cell(1,1);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Object Programming についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by