{"id":15716405,"url":"https://github.com/ready-steady/mat","last_synced_at":"2026-05-19T07:33:49.386Z","repository":{"id":20075348,"uuid":"23344263","full_name":"ready-steady/mat","owner":"ready-steady","description":"Reader and writer of MATLAB MAT-files","archived":false,"fork":false,"pushed_at":"2015-03-25T18:45:56.000Z","size":616,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T06:05:42.823Z","etag":null,"topics":["data-format","matlab","science"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ready-steady.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-26T08:21:26.000Z","updated_at":"2018-08-05T10:31:45.000Z","dependencies_parsed_at":"2022-08-23T14:21:22.770Z","dependency_job_id":null,"html_url":"https://github.com/ready-steady/mat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ready-steady/mat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ready-steady%2Fmat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ready-steady%2Fmat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ready-steady%2Fmat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ready-steady%2Fmat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ready-steady","download_url":"https://codeload.github.com/ready-steady/mat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ready-steady%2Fmat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278219542,"owners_count":25950345,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["data-format","matlab","science"],"created_at":"2024-10-03T21:45:30.621Z","updated_at":"2025-10-03T19:39:09.795Z","avatar_url":"https://github.com/ready-steady.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MATLAB MAT\n\nThe package provides a reader and writer of [MATLAB MAT-files][1].\n\n## [Documentation][doc]\n\n## Installation\n\nFetch the package:\n\n```bash\ngo get -d github.com/ready-steady/mat\n```\n\nGo to the directory of the package:\n\n```bash\ncd $GOPATH/src/github.com/ready-steady/mat\n```\n\nSet the `MATLAB_ROOT` and `MATLAB_ARCH` environment variables according to your\nMATLAB installation. For example,\n\n```bash\nexport MATLAB_ROOT=/Applications/MATLAB_R2015a.app\nexport MATLAB_ARCH=maci64\n```\n\nFinally, install the package:\n\n```bash\nmake install\n```\n\nIn order to run an executable that relies on this package, the dynamic linker\nshould be able to discover MATLAB’s libraries. To this end, an appropriate\nenvironment variable should be set depending on your system. For example,\n\n```bash\nexport DYLD_LIBRARY_PATH=\"$MATLAB_ROOT/bin/$MATLAB_ARCH:$DYLD_LIBRARY_PATH\"\n```\n\n## Contributing\n\n1. Fork the project.\n2. Implement your idea.\n3. Create a pull request.\n\n[1]: http://www.mathworks.com/help/pdf_doc/matlab/apiext.pdf\n\n[doc]: http://godoc.org/github.com/ready-steady/mat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fready-steady%2Fmat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fready-steady%2Fmat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fready-steady%2Fmat/lists"}