quickly put/update all variables into/in a structure

バージョン 1.0.0 (1.28 KB) 作成者: Zhuoqun Zhang
very tiny function, nothing too serious. I share this one as I thought it may helpful for people who like tidy code
ダウンロード: 4
更新 2020/7/3

ライセンスの表示

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)

引用

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. 取得済み .

MATLAB リリースの互換性
作成: R2020a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0