How I Can Find The HumanActivityData data set contains over 380000 observations of five different physical human activities? from Brian Hu
8 ビュー (過去 30 日間)
古いコメントを表示
Load Raw Sensor Data
The HumanActivityData data set contains over 380000 observations of five different physical human activities captured at a frequency of 10 Hz. Each observation includes x, y, and z acceleration data measured by a smartphone accelerometer sensor.
3 件のコメント
回答 (1 件)
Malay Agarwal
2024 年 8 月 23 日
編集済み: Malay Agarwal
2024 年 8 月 23 日
Assuming you are using MATLAB R2024a, I believe you are talking about this example: https://www.mathworks.com/help/stats/human-activity-recognition-simulink-model-for-deployment.html.
To obtain the dataset, you can simply open the example using the following command:
openExample('stats/HARDeploymentExample')
Once the example is open, the MAT-file should be present in the working directory and you should be able to use it in other applications.

Even if you are using a different version of MATLAB and are using a different example, the above workflow should work for you.
Hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!