How I Can Find The HumanActivityData data set contains over 380000 observations of five different physical human activities? from Brian Hu
조회 수: 21 (최근 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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1758614/image.png)
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!