quickly put/update all variables into/in a structure

very tiny function, nothing too serious. I share this one as I thought it may helpful for people who like tidy code
4 descargas
Actualizado 3 Jul 2020

Ver licencia

default way to do this task is tedious and inflexible
e.g.: s = struct('a',{},'b',{},'c',{})

this simple function can make it better
e.g. s = updateStruct(s, a,b,c)

This function can be used to add/update the existed fields of a structure
OR
directly generate a new structure with given variables as fields.
e.g. s1 = updateStruct( [ ], a,b,c)

Citar como

Zhuoqun Zhang (2024). quickly put/update all variables into/in a structure (https://www.mathworks.com/matlabcentral/fileexchange/77738-quickly-put-update-all-variables-into-in-a-structure), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0