Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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)
Citation pour cette source
M MA (2026). unpack (https://fr.mathworks.com/matlabcentral/fileexchange/15162-unpack), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.0.0 (1,44 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0.0 |
