Borrar filtros
Borrar filtros

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

16 visualizaciones (últimos 30 días)
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 comentarios
Khairul Jauhari
Khairul Jauhari el 12 de Ag. de 2023
But, I can't find the Human ActivityData.mat file data set. how i can see this mat file in the mlx platform?

Iniciar sesión para comentar.

Respuestas (1)

Malay Agarwal
Malay Agarwal el 23 de Ag. de 2024 a las 10:56
Editada: Malay Agarwal el 23 de Ag. de 2024 a las 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!

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by