Community Profile

photo

Gustavo


Active since 2014

Statistics

Content Feed

View by

Question


Get files in the current directory and child directories files dynamically
This code example, I can only get the directory indicated: nameDir = uigetdir(); listDir = strcat(nameDir, '/*.jpg...

9 years ago | 1 answer | 0

1

answer

Question


Read an array of strings with imread
This a simple example: ... for i = 1: tam img = imread(myArray_ofImgs(i)); figure; imshow(img);...

9 years ago | 1 answer | 0

1

answer

Question


Populate a uitable with files of directory
Can anyone help me populate a uitable with the path and file names from a directory? Note: with "display (path)" is correctly...

9 years ago | 1 answer | 0

1

answer