Looking for the example dataset used in the tachorpm demonstration (to do a live demo for a class).

2 ビュー (過去 30 日間)
Looking at the tachorpm documentation, there is a load step which does not seem to work in R2021b. It is entirely possible that I did not install the correct package, but there were no instructions what to install for this functionallity.
I tried both these commands
openExample('signal/RPMPeakExample')
Error using matlab.internal.examples.componentExamplesDir (line 16)
Invalid argument "signal".
Error in findExample (line 11)
componentExamplesDir = matlab.internal.examples.componentExamplesDir(component);
Error in openExample (line 30)
metadata = findExample(exampleId);
load tacho
Error using load
Unable to find file or directory 'tacho'.
Any help would be appreciated

採用された回答

Steven Lord
Steven Lord 2021 年 10 月 9 日
Check the output of the ver function. Do you have Signal Processing Toolbox installed? I suspect you do not.
  1 件のコメント
Jeremy Charbonneau
Jeremy Charbonneau 2021 年 10 月 9 日
Thank you Steven, this was indeed the step I was missing!
I appreciate the quick response.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by