Write for loop for 24x1 struct

Hi,
I need help a writing a for loop to extract and read in a format from a field in a struct array. The struct is 24x1 and the field I want to extract from has 17 or more in it. I have:
fieldnames = dir ('fieldnamessource');
y = fieldnames.folder %% folder contains 24 files

Antworten (1)

KSSV
KSSV am 1 Mai 2019

0 Stimmen

y = {fieldnames(:).folder }

2 Kommentare

Lawrence Tom
Lawrence Tom am 7 Mai 2019
That's helpful copying the file but hasn't answered my question.
KSSV
KSSV am 8 Mai 2019
Whats the question?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2018b

Gefragt:

am 1 Mai 2019

Kommentiert:

am 8 Mai 2019

Community Treasure Hunt

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

Start Hunting!

Translated by