Utility package with NoGrow class and realDeal function
- +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.
Zitieren als
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. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
+Utility
+Utility/test
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
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 |