Add essential MATLAB toolboxes to devcontainer configurations#1
Merged
dangdd2003 merged 1 commit intomainfrom Sep 24, 2025
Merged
Conversation
Copilot
AI
changed the title
[WIP] add these packages to devcontainer to build docker container when using github codespace:
Parallel Computing Toolbox
Deep Learning Toolbox
Optimization Toolbox
Signal Processing Toolbox
Image Processing Toolbox
Computer Vision Toolbox
Add essential MATLAB toolboxes to devcontainer configurations
Sep 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds six essential MATLAB toolboxes to the devcontainer configurations to provide a more comprehensive MATLAB environment for GitHub Codespaces users.
Added Toolboxes
The following toolboxes are now included in the MATLAB installations:
Changes Made
Updated three devcontainer configurations to include the new toolboxes:
.devcontainer/using-matlab-dockerfile/Dockerfile- Updated the defaultMATLAB_PRODUCT_LISTARG.devcontainer/using-matlab-dockerfile/devcontainer.json- Updated build arguments for Docker-based setup.devcontainer/using-devcontainer-feature/devcontainer.json- Updated products list for feature-based setupAll existing toolboxes (Symbolic Math Toolbox, Simulink) are preserved to maintain backward compatibility.
Impact
Users selecting the "Customize MATLAB installation with specific toolboxes" option in the README will now get a comprehensive MATLAB environment with all essential toolboxes pre-installed, enabling them to work on advanced projects involving machine learning, computer vision, signal processing, and optimization directly in their GitHub Codespace.
The changes follow the existing naming conventions and maintain compatibility with all current devcontainer configurations.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.