unpack

バージョン 1.0.0.0 (1.44 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 Center および MATLAB AnswersWhos についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0