How to chamg a path

1 vue (au cours des 30 derniers jours)
Hazhan Majeed
Hazhan Majeed le 25 Fév 2021
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??

Réponses (1)

Swetha Polemoni
Swetha Polemoni le 1 Mar 2021
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')

Community Treasure Hunt

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

Start Hunting!

Translated by