save2

Version 1.0.1 (1,67 ko) par Matlab Pro
= exactly as builtin function "save", but variables can be sent to function directly (not as char)
4 téléchargements
Mise à jour 12 mai 2024

Afficher la licence

Using the builtin function "save" - variables must be sent as charachters i.e.: save(fileName,'var1','var2',...)
save2 allows sending the variables directly (not as char): save(fileName, var1,var2,...)

Citation pour cette source

Matlab Pro (2024). save2 (https://www.mathworks.com/matlabcentral/fileexchange/165321-save2), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2024a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.1

Fixing also the "switches" delivered to the function (like "-v7.3" etc)

1.0.0