필터 지우기
필터 지우기

How I Can Find The HumanActivityData data set contains over 380000 observations of five different physical human activities? from Brian Hu

조회 수: 16 (최근 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
Khairul Jauhari
Khairul Jauhari 2023년 8월 12일
But, I can't find the Human ActivityData.mat file data set. how i can see this mat file in the mlx platform?

댓글을 달려면 로그인하십시오.

답변 (1개)

Malay Agarwal
Malay Agarwal 2024년 8월 23일 10:56
편집: Malay Agarwal 2024년 8월 23일 10:59
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!

카테고리

Help CenterFile 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!

Translated by