Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Add support for passing dir() structures as input arguments #19

Open
mwgeurts opened this issue May 12, 2017 · 0 comments
Open

Add support for passing dir() structures as input arguments #19

mwgeurts opened this issue May 12, 2017 · 0 comments
Assignees

Comments

@mwgeurts
Copy link
Owner

Particularly for LoadDICOMImages. The current workaround is below:

files = struct2cell(dir(fullfile(path, 'CT*')));
names = files(1, :);
@mwgeurts mwgeurts self-assigned this May 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant