Utility package with NoGrow class and realDeal function

バージョン 1.1.1 (6.14 KB) 作成者: Jeffrey Clark
Utilities I find useful: NoGrow superclass to detect and/or prevent growth of arrays; and realDeal to augment MATLAB deal functionality
ダウンロード 1 件
更新 2022/9/23

ライセンスの表示

I will add what I find usefull for general applications' program development and testing to this package.
Includes:
  • +Utility.NoGrow - Abstract class is a superclass for your class for a builtin data type or yours to detect or not allow implicit growth due to over indexing assignments. In its simplest implementation you can find this usefull for detecting execution beyond the intended scope of some array(s). Or use it to grow arrays by a useful amount to limit the number of memory copies needed for continued operation. See example files in +Utility/NoGrow/test
  • +Utility.realDeal - Deal input(s) to Comma-Separated List (CSL) output. realDeal expands the work of MATLAB's deal function to allow its use wherever deal would be used and to include arguments of one array or multiple inputs.

引用

Jeffrey Clark (2024). Utility package with NoGrow class and realDeal function (https://www.mathworks.com/matlabcentral/fileexchange/117000-utility-package-with-nogrow-class-and-realdeal-function), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2022a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

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

Forgot to upload new zip for 1.1.0

1.1.0

Minor updates to NoGrow; added separate functionality for deal-like processing.

1.0.2

Corrected NoGrow error message formatting when a double type throws an error message for an invalid index.

1.0.1

Corrected NoGrow for some higher dimension issues found when changing my application where I use this. Also updated test file to test these corrected issues.

1.0.0