Skip to content

improve for matlab/folderList.m  #1

@NEU-Gou

Description

@NEU-Gou

Find a better way to remove '.' and '..' in folder list function

% listing = listing(3:end);
idxvalid = cellfun(@(x) strcmp(x(1),'.'),{listing.name});
listing = listing(~idxvalid);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions