Effacer les filtres
Effacer les filtres

Multiple of dataTipTextRow on plot

6 vues (au cours des 30 derniers jours)
Dharmesh Joshi
Dharmesh Joshi le 31 Oct 2022
Hi
I have manged to create a plot with single dataTipTextRow, such as temperture using the following code:
row=dataTipTextRow("Temperture",sensor_table_data(current_device_selected).Rawdata.iot_temperature);
c(1).DataTipTemplate.DataTipRows(end+1) = row;
But I would also like to add Humidity data to dataTipTextRow as well. How would i add two sets of data to the same dataTipTextRow?
Thanks

Réponses (1)

RAGHUNATHRAJU DASHARATHA
RAGHUNATHRAJU DASHARATHA le 31 Oct 2022
A per my understanding you want to add two sets of data to same dataTipTextRow.
It is not possible to add another set of data as the syntax of dataTipTextRow doesn't support that, instead you can add another dataTipTextRow .You can refer to this link for CustomDatatips.
You can also use datacursormode to print two sets of data in datatip.

Catégories

En savoir plus sur Vector Fields dans Help Center et File Exchange

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by