a figure with only a numeric value
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ahmed Abdulla
il 8 Giu 2020
Risposto: per isakson
il 8 Giu 2020
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 Commenti
madhan ravi
il 8 Giu 2020
Why do you keep asking the same question again and again? Can’t you explain in a detailed manner in one question?
Risposta accettata
per isakson
il 8 Giu 2020
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Line Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!