{"id":15716442,"url":"https://github.com/juliamatlab/matlang","last_synced_at":"2025-07-29T22:42:41.065Z","repository":{"id":56069240,"uuid":"201592803","full_name":"juliamatlab/MatLang","owner":"juliamatlab","description":"Matlab's language functions written in Julia","archived":false,"fork":false,"pushed_at":"2020-11-27T10:16:31.000Z","size":1693,"stargazers_count":10,"open_issues_count":7,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T03:18:12.237Z","etag":null,"topics":["julia","julia-package","juliamatlab","matlab","matlab-language"],"latest_commit_sha":null,"homepage":"https://juliamatlab.github.io/MatLang/dev/","language":"Julia","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/juliamatlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-10T06:57:04.000Z","updated_at":"2025-01-04T10:44:26.000Z","dependencies_parsed_at":"2022-08-15T12:31:25.793Z","dependency_job_id":null,"html_url":"https://github.com/juliamatlab/MatLang","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/juliamatlab/MatLang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliamatlab%2FMatLang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliamatlab%2FMatLang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliamatlab%2FMatLang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliamatlab%2FMatLang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliamatlab","download_url":"https://codeload.github.com/juliamatlab/MatLang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliamatlab%2FMatLang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267773392,"owners_count":24142103,"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-07-29T02:00:12.549Z","response_time":2574,"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":["julia","julia-package","juliamatlab","matlab","matlab-language"],"created_at":"2024-10-03T21:45:38.888Z","updated_at":"2025-07-29T22:42:40.993Z","avatar_url":"https://github.com/juliamatlab.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MatLang\nAPI for Matlab's language core functions\n\n[![Dev Doc](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamatlab.github.io/MatLang/dev)\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n![CI](https://github.com/juliamatlab/MatLang/workflows/CI/badge.svg)\n![SnoopCompile](https://github.com/juliamatlab/MatLang/workflows/SnoopCompile/badge.svg)\n\n# Documentation\n[![Dev Doc](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamatlab.github.io/MatLang/dev)\n\n# Installation\nAdd the package\n```julia\nusing Pkg\nPkg.add(\"MatLang\")\n```\n# Usage\nUse the package:\n```julia\nusing MatLang\n```\n\n# List of implemented Functions\n#### Language_Fundamentals :\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003c/td\u003e\n        \u003ctd\u003eSub Package\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e1\u003c/td\u003e\n        \u003ctd\u003eEntering_Commands\u003c/td\u003e\n        \u003ctd\u003eclcM\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e2\u003c/td\u003e\n        \u003ctd\u003eMatrices_and_Arrays\u003c/td\u003e\n        \u003ctd\u003ezerosM, onesM, randM, eyeM, trueM, falseM, diagM, catM, horzcatM, vertcatM, repelemM(limited), repmatM, linspaceM, logspaceM, meshgridM, ndgridM, freqspaceM, lengthM, sizeM, numelM, isscalarM, isvectorM, ismatrixM, isrowM, iscolumnM, isemptyM, sortM, flipM, fliplrM, flipudM, flipdimM, rot90M, transposeM, squeezeM\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e3\u003c/td\u003e\n        \u003ctd\u003eData Types/Numeric Types\u003c/td\u003e\n        \u003ctd\u003edoubleM, singleM, int8M, int16M, int32M, int64M, uint8M, uint16M, uint32M, uint64M\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\nTo see the full progress see this link: https://github.com/juliamatlab/MatLang/projects\n\nThe full list of the functions that will be implemented in the future can be found [here](https://github.com/juliamatlab/MatLang/projects) or [here](https://www.mathworks.com/help/matlab/referencelist.html;jsessionid=e221a09e47ed26d2b333ea600f68?type=function)\n\n# Development\nclone the project in your usual way, or using the following command which clones the project in `.julia\\dev\\MatLang`\n```julia\n] dev MatLang\n```\ncd to cloned package. if you used dev command, run the following:\n```julia\ncd(\"$(homedir())\\\\.julia\\\\dev\\\\MatLang\")\n```\nActivate the package:\n```julia\n] activate .\n```\nSet `developing` variable to `true` in the files in `test` and `usage` folder.\n```julia\ndeveloping = true\n```\nSet `developing` variable to `false` before committing (for a successful CI build).\n\nThe package uses `Revise` for quick testing without the need for restarting.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliamatlab%2Fmatlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliamatlab%2Fmatlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliamatlab%2Fmatlang/lists"}