I want to find a Data set file used in an example in MathWorks website

조회 수: 7 (최근 30일)
The data set name is
BufferedHumanActivity.mat
and the example name is
Human Activity Recognition Using Signal Feature Extraction and Machine Learning.
Thanks.
  댓글 수: 2
Muhammad Kashan
Muhammad Kashan 2024년 1월 29일
이동: Cris LaPierre 2024년 1월 29일
load BufferedHumanActivity.mat
How can we load above dataset in Online Matlab?
Cris LaPierre
Cris LaPierre 2024년 1월 29일
Follow the instructions in the accepted answer, but use the 'Open in MATLAB Online' option instead of 'Copy Command'.

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

채택된 답변

Cris LaPierre
Cris LaPierre 2023년 4월 6일
편집: Cris LaPierre 2023년 4월 6일
Beginning in R2023a, the product documentation is no longer installed by default (see here). You may have noticed when you installed R2023a that when it completed, you had a notification that the documenation had not been installed. The side effect of this is that some example datasets are no longer included with the product install.
This means some example datasets are no longer available by default. You can still access them by either installing the documentation, or by finding an example in the online documentation that uses that file, and then use the 'Open in MATLAB Online' or 'Copy Command' workflows to open that example (along with any associated data files) in your MATLAB instance.
Here a link to the example that uses bufferedhumanactivity.mat
The copy command is openExample('signal/HumanActivityRecognitionUsingMobilePhoneDataExample')
In Windows, the file(s) will be downloaded to your C:\Users\<user>\Documents\MATLAB\Examples\<ver>\ folder.
If it is a file you use often, consider adding the example folder to your MATLAB Path.
  댓글 수: 4
Mohammad
Mohammad 2023년 4월 6일
is it possible for you to attach the file or the script here so I can use it?
I cant install a new version of MATLAB for just one file.
I would Appreciate it if you do
Thanks

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by