{"id":19872176,"url":"https://github.com/geospace-code/matlab-stdlib","last_synced_at":"2025-05-02T09:31:04.015Z","repository":{"id":43691801,"uuid":"273830124","full_name":"geospace-code/matlab-stdlib","owner":"geospace-code","description":"HDF5, NetCDF4, fileio, system functions that act as an unofficial \"stdlib\" for Matlab.","archived":false,"fork":false,"pushed_at":"2025-03-02T19:09:59.000Z","size":930,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T04:44:14.610Z","etag":null,"topics":["hdf5","netcdf4"],"latest_commit_sha":null,"homepage":"https://geospace-code.github.io/matlab-stdlib/","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geospace-code.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null},"funding":{"github":["scivision"],"ko_fi":"scivision"}},"created_at":"2020-06-21T03:55:02.000Z","updated_at":"2025-03-14T14:53:23.000Z","dependencies_parsed_at":"2023-01-20T05:17:06.925Z","dependency_job_id":"fe65aacd-8a07-492b-aeea-1bbfd8e81db5","html_url":"https://github.com/geospace-code/matlab-stdlib","commit_stats":{"total_commits":150,"total_committers":1,"mean_commits":150.0,"dds":0.0,"last_synced_commit":"ef94843cf5b0359927c12f027a25378693f3ccde"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geospace-code%2Fmatlab-stdlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geospace-code%2Fmatlab-stdlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geospace-code%2Fmatlab-stdlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geospace-code%2Fmatlab-stdlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geospace-code","download_url":"https://codeload.github.com/geospace-code/matlab-stdlib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252015777,"owners_count":21680822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hdf5","netcdf4"],"created_at":"2024-11-12T16:14:43.018Z","updated_at":"2025-05-02T09:31:03.998Z","avatar_url":"https://github.com/geospace-code.png","language":"MATLAB","funding_links":["https://github.com/sponsors/scivision","https://ko-fi.com/scivision"],"categories":[],"sub_categories":[],"readme":"# Standard library for Matlab\n\n[![DOI](https://zenodo.org/badge/273830124.svg)](https://zenodo.org/badge/latestdoi/273830124)\n[![View stdlib for Matlab on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/78673-stdlib-for-matlab)\n[![ci](https://github.com/geospace-code/matlab-stdlib/actions/workflows/ci.yml/badge.svg)](https://github.com/geospace-code/matlab-stdlib/actions/workflows/ci.yml)\n[![ci-nojvm](https://github.com/geospace-code/matlab-stdlib/actions/workflows/ci-nojvm.yml/badge.svg)](https://github.com/geospace-code/matlab-stdlib/actions/workflows/ci-nojvm.yml)\n\nMatlab or\n[GNU Octave](./Readme_octave.md)\nusers coming from other languages will benefit from the functionality contained within this user-developed, unofficial \"stdlib\" standard library of functions.\nThese system, filesystem, and HDF5 / HDF4 / NetCDF functions are used across numerous projects.\n\nMatlab R2019b is the minimum required due to use of\n[arguments](https://www.mathworks.com/help/matlab/ref/arguments.html)\nsyntax.\nURLs (e.g. https://, s3:// and similar) are treated as not existing.\n\nSelf-tests can be run from the matlab-stdlib/ directory:\n\n```matlab\n%% Matlab R2023a or newer\nbuildtool test\n\n\n%% Matlab R2021a or newer\naddpath .\nruntests(\"test\")\n```\n\nFunctions requiring or optionally benefiting from MEX are indicated in the\n[API Documentation](https://geospace-code.github.io/matlab-stdlib).\n\nBuild the optional high-performance\n[MEX](https://www.mathworks.com/help/matlab/cpp-mex-file-applications.html)\nfunctions from the Matlab prompt in Matlab R2023a or newer:\n\n```matlab\nbuildtool mex\n```\n\nIf just building MEX functions for the first time, to ensure the MEX functions are used instead of the plain Matlab script, one-time type `clear functions` in Matlab.\n\n## Java-based functions\n\nMost Matlab-stdlib filesystem functions work without the\n[Java interface](./Readme_java.md).\nIf Matlab was started without Java using\n[-nojvm](https://www.mathworks.com/help/matlab/matlab_env/commonly-used-startup-options.html),\nmost Matlab-stdlib functions still work.\nThis\n[CI job](https://github.com/geospace-code/matlab-stdlib/actions/workflows/ci-nojvm.yml)\ntests without Java.\n\n## Acknowledgments\n\nStdlib for Matlab was partly funded by NASA NNH19ZDA001N-HDEE grant 80NSSC20K0176.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeospace-code%2Fmatlab-stdlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeospace-code%2Fmatlab-stdlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeospace-code%2Fmatlab-stdlib/lists"}