ws2struct

Stores current workspace in a structure array.
1,2K descargas
Actualizado 23 feb 2007

Ver licencia

% [s] = ws2struct(varargin)
%
% Description : This function returns a structure containing variables
% of the current workspace.
% __________________________________
% Inputs :
% re (string optional) : a regular expression matching the variables to
% be returned.
% Outputs :
% s (structure array) : a structure containing all variables of the
% calling workspace. If re input is specified,
% only variables matching re are returned.
% Examples :
% >> allmyvariables = ws2struct
% allmyvariables =
% a: {4x1 cell}
% ans: [1x1 struct]
% pm: [1x48 struct]
% res: [2x24 struct]
% results: {{1x3 cell} {1x3 cell}}
% stims: {[1x1 struct] [1x1 struct]}
% train_results: [1x48 struct]
%
% >> only_starting_with_res = ws2struct('res.*')
% only_starting_with_res =
% res: [2x24 struct]
% results: {{1x3 cell} {1x3 cell}}
%
% _____________________________________
% See also : struct2ws ; regexp
%
% Maximilien Chaumon v1.0 02/2007

Citar como

Maximilien Chaumon (2024). ws2struct (https://www.mathworks.com/matlabcentral/fileexchange/14067-ws2struct), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14
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.0