setAlternateFileSystemRoots
Set alternate file system roots when data source of labeled signal set is a datastore
Since R2022a
Description
setAlternateFileSystemRoots
facilitates collaborative data
set labeling and analysis. Use setAlternateFileSystemRoots
to change the
path to signal data in a datastore when you want to access the data in the labeled signal set
on different machines.
setAlternateFileSystemRoots(
specifies alternate file system root paths lss
,altroots
)altroots
for the source data
files in the labeled signal set lss
. The function applies only to
labeled signal sets whose data source is a datastore that points to files.
Note
The setAlternateFileSystemRoots
function overwrites the existing alternate file
system roots. To append new alternate roots, use the getAlternateFileSystemRoots
function to get the current roots, append the
new roots to the current array, then set the extended array with
setAlternateFileSystemRoots
.
Examples
Input Arguments
Version History
Introduced in R2022a