Multiple of dataTipTextRow on plot
조회 수: 4 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
RAGHUNATHRAJU DASHARATHA
2022년 10월 31일
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.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!