unpack

版本 1.0.0.0 (1.4 KB) 作者: M MA
Unpack list to variables
11.8K 次下载
更新时间 2007/6/1

查看许可证

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)

引用格式

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

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Whos 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0