Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
%DEPLOYFIELDS deploys all fields of the structure 'details', as variables,
% inside the caller's workspace.
%
%Syntax:
%DEPLOYFIELDS(details);
%DEPLOYFIELDS('structVarName');
%DEPLOYFIELDS;
%
%DEPLOYFIELDS accepts either a structure variable, or a name
% of a structure variable. The latter is faster because it doesn't involve
% copying the structure.
%
%If no argument is passed, DEPLOYFIELDS searches for the default structure
%variable name: 'details'.
Most common usage :
function [] = foo(details)
%default values:
a=1;
b=2;
deployfields; %deploy details. if details has fields .a .b, they will overwrite the default values.
...
....
.....
Citar como
Elimelech Schreiber (2026). deployFields (https://la.mathworks.com/matlabcentral/fileexchange/69247-deployfields), MATLAB Central File Exchange. Recuperado .
Información general
- Versión 1.0.1 (1,53 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
