Answered
How to index every field of a structure and reassign to a structure with a single element in each field
Old question, but my fieldfun function on File Exchange / GitHub does what you expected structfun to do: output a structure a wi...

1 year ago | 0

Answered
apply function to all fields in a structure array
For future reference, you could also use my fieldfun function on File Exchange / GitHub. Apart from being more concise and flexi...

1 year ago | 0

Submitted


fieldfun: Apply function to matching fields of structures
S = FIELDFUN(FUN,S1,...,SN) passes field values in structures S1,...,SN to function FUN and returns the result in scalar struct ...

1 year ago | 2 downloads |

Thumbnail