How to chamg a path

조회 수: 2 (최근 30일)
Hazhan Majeed
Hazhan Majeed 2021년 2월 25일
답변: Swetha Polemoni 2021년 3월 1일
Hi, I have a code that start with _function RRR(path,fs) _load ([path'abc']). I need to apply this code on my dataset but not sure what is (Path).and how can I change it to work on my dataset??

답변 (1개)

Swetha Polemoni
Swetha Polemoni 2021년 3월 1일
Hi Hazhan Majeed
Here path means the location where your dataset has been saved. You can load your data by following line of code.
data=load('C:\users\Documents\MATLAB\data\example_data.mat')

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by