{"id":15865869,"url":"https://github.com/matifali/matlab","last_synced_at":"2026-02-04T10:39:43.059Z","repository":{"id":153208113,"uuid":"576684115","full_name":"matifali/matlab","owner":"matifali","description":"A custom matlab docker image","archived":false,"fork":false,"pushed_at":"2024-07-17T07:46:51.000Z","size":67,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T01:33:32.406Z","etag":null,"topics":["coder","docker","matlab"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/matifali/matlab/","language":"Dockerfile","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/matifali.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-10T16:37:22.000Z","updated_at":"2024-07-17T07:46:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"da6a7299-8fab-425a-ae53-46bc77a7a120","html_url":"https://github.com/matifali/matlab","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.09375,"last_synced_commit":"38ae7626c343a3f3383bfc4faecc5399d0df9dd9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matifali%2Fmatlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matifali%2Fmatlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matifali%2Fmatlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matifali%2Fmatlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matifali","download_url":"https://codeload.github.com/matifali/matlab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244745751,"owners_count":20503050,"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":["coder","docker","matlab"],"created_at":"2024-10-05T23:02:07.827Z","updated_at":"2026-02-04T10:39:37.994Z","avatar_url":"https://github.com/matifali.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# matlab\n\nA custom matlab docker image for my own use.\n\nThis image has been built on top of the [matlab](https://hub.docker.com/r/mathworks/matlab/) image from MathWorks.\n\n## Build\n\n```bash\ndocker build -t matlab .\n```\n\n## Run MATLAB in desktop mode and interact with it via VNC\n\nTo start the MATLAB desktop, execute:\n\n```bash\ndocker run -it --rm -p 5901:5901 -p 6080:6080 --shm-size=512M matifali/matlab:latest -vnc\n```\n\nTo connect to the MATLAB desktop, either:\n\n1. Point a browser to port 6080 of the docker host machine running this container e.g [http://localhost:6080](http://localhost:6080) for the local machine.\n2. Use a VNC client to connect to display 1 of the docker host machine (hostname:1)\nThe VNC password is matlab by default. Use the `PASSWORD` environment variable to change it.\n\n## Run MATLAB and interact with it via a web browser\n\nTo start the container, execute:\n\n```bash\ndocker run -it --rm -p 8888:8888 --shm-size=512M matifali/matlab:latest -browser\n```\n\nRunning the above command prints text to your terminal containing the URL to access MATLAB. For example:\n\nMATLAB can be accessed at:\n[http://localhost:8888/index.html](http://localhost:8888/index.html)\n\n## List of installed toolboxes:\n```bash\n    5G_Toolbox \\\n    #AUTOSAR_Blockset \\\n    #Aerospace_Blockset \\\n    Aerospace_Toolbox \\\n    Antenna_Toolbox \\\n    Audio_Toolbox \\\n    Automated_Driving_Toolbox \\\n    Bioinformatics_Toolbox \\\n    Bluetooth_Toolbox \\\n    Communications_Toolbox \\\n    Computer_Vision_Toolbox \\\n    Control_System_Toolbox \\\n    Curve_Fitting_Toolbox \\\n    #DDS_Blockset \\\n    #DO_Qualification_Kit \\\n    DSP_HDL_Toolbox \\\n    DSP_System_Toolbox \\\n    #Database_Toolbox \\\n    #Datafeed_Toolbox \\\n    #Deep_Learning_HDL_Toolbox \\\n    Deep_Learning_Toolbox \\\n    #Econometrics_Toolbox \\\n    #Embedded_Coder \\\n    #Filter_Design_HDL_Coder \\\n    #Financial_Instruments_Toolbox \\\n    #Financial_Toolbox \\\n    Fixed-Point_Designer \\\n    Fuzzy_Logic_Toolbox \\\n    #GPU_Coder \\\n    Global_Optimization_Toolbox \\\n    #HDL_Coder \\\n    #HDL_Verifier \\\n    #IEC_Certification_Kit \\\n    #Image_Acquisition_Toolbox \\\n    Image_Processing_Toolbox \\\n    #Industrial_Communication_Toolbox \\\n    #Instrument_Control_Toolbox \\\n    LTE_Toolbox \\\n    Lidar_Toolbox \\\n    #MATLAB \\\n    MATLAB_Coder \\\n    MATLAB_Compiler \\\n    MATLAB_Compiler_SDK \\\n    MATLAB_Parallel_Server \\\n    #MATLAB_Production_Server \\\n    MATLAB_Report_Generator \\\n    #MATLAB_Web_App_Server \\\n    Mapping_Toolbox \\\n    # Mixed-Signal_Blockset \\\n    Model_Predictive_Control_Toolbox \\\n    # Motor_Control_Blockset \\\n    Navigation_Toolbox \\\n    Optimization_Toolbox \\\n    Parallel_Computing_Toolbox \\\n    Partial_Differential_Equation_Toolbox \\\n    Phased_Array_System_Toolbox \\\n    #Polyspace_Bug_Finder \\\n    #Polyspace_Bug_Finder_Server \\\n    #Polyspace_Code_Prover \\\n    #Polyspace_Code_Prover_Server \\\n    #Powertrain_Blockset \\\n    #Predictive_Maintenance_Toolbox \\\n    # RF_Blockset \\\n    RF_PCB_Toolbox \\\n    RF_Toolbox \\\n    ROS_Toolbox \\\n    Radar_Toolbox \\\n    Reinforcement_Learning_Toolbox \\\n    #Requirements_Toolbox \\\n    #Risk_Management_Toolbox \\\n    Robotics_System_Toolbox \\\n    Robust_Control_Toolbox \\\n    Satellite_Communications_Toolbox \\\n    Sensor_Fusion_and_Tracking_Toolbox \\\n    #SerDes_Toolbox \\\n    Signal_Integrity_Toolbox \\\n    Signal_Processing_Toolbox \\\n    #SimBiology \\\n    #SimEvents \\\n    #Simscape \\\n    #Simscape_Driveline \\\n    #Simscape_Electrical \\\n    #Simscape_Fluids \\\n    #Simscape_Multibody \\\n    #Simulink \\\n    #Simulink_3D_Animation \\\n    #Simulink_Check \\\n    #Simulink_Code_Inspector \\\n    #Simulink_Coder \\\n    #Simulink_Compiler \\\n    #Simulink_Control_Design \\\n    #Simulink_Coverage \\\n    #Simulink_Design_Optimization \\\n    #Simulink_Design_Verifier \\\n    #Simulink_Desktop_Real-Time \\\n    #Simulink_PLC_Coder \\\n    #Simulink_Real-Time \\\n    #Simulink_Report_Generator \\\n    #Simulink_Test \\\n    #SoC_Blockset \\\n    #Spreadsheet_Link \\\n    #Stateflow \\\n    Statistics_and_Machine_Learning_Toolbox \\\n    Symbolic_Math_Toolbox \\\n    #System_Composer \\\n    System_Identification_Toolbox \\\n    Text_Analytics_Toolbox \\\n    UAV_Toolbox \\\n    # Vehicle_Dynamics_Blockset \\\n    Vehicle_Network_Toolbox \\\n    #Vision_HDL_Toolbox \\\n    WLAN_Toolbox \\\n    Wavelet_Toolbox \\\n    #Wireless_HDL_Toolbox \\\n    Wireless_Testbench\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatifali%2Fmatlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatifali%2Fmatlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatifali%2Fmatlab/lists"}