unpack

Versión 1.0.0.0 (1,44 KB) por M MA
Unpack list to variables
11,8K descargas
Actualizado 1 jun 2007

Ver licencia

Many languages allow list unpack as:
a,b,c=1,2,'w'

This cannot be done in matlab and can avoid many lines of code. This file makes it possible.

Examples:
[a,b,c,d]=unpack(1,2,3,'hello');
[a,b,c]=unpack([1,2,3]);
[a,b,c,d]=unpack({1,2,3,'hello'});

(I suppose this works in any matlab release)

Citar como

M MA (2024). unpack (https://www.mathworks.com/matlabcentral/fileexchange/15162-unpack), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R13
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Whos en Help Center y MATLAB Answers.

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