Where's displayWaveformLabels method documentation?

I'm working on heart sound segmentation and I've found this new tutorial for R2018b.
I cannot find documentation regarding certain functions, such as displayWaveformlabels.
patientID = 1;
signalVals = getSignal(QTData,patientID);
labelVals = getLabelValues(QTData,patientID,'WaveformLabels_Chan1');
displayWaveformLabels(signalVals(1,1:1000),labelVals.Value(1:1000))
WaveformSegmentationUsingDeepLearningExample_01.png
Does anyone know about this?
Thanks a ton

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 2 月 10 日

0 投票

There is no documentation for it. There is just the very small bit of help information from inside the file itself.
The function exists only as part of the one example. It is not on the MATLAB path normally. When openExample() is used with the proper example name, the function is copied onto your MATLAB path.

カテゴリ

ヘルプ センター および File ExchangeECG / EKG についてさらに検索

製品

リリース

R2018b

質問済み:

2019 年 1 月 16 日

回答済み:

2019 年 2 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by