Skip to content

Add essential MATLAB toolboxes to devcontainer configurations#1

Merged
dangdd2003 merged 1 commit intomainfrom
copilot/fix-8af6b266-531c-454f-bcfa-50405ea18798
Sep 24, 2025
Merged

Add essential MATLAB toolboxes to devcontainer configurations#1
dangdd2003 merged 1 commit intomainfrom
copilot/fix-8af6b266-531c-454f-bcfa-50405ea18798

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Sep 24, 2025

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:

  • Parallel Computing Toolbox - For parallel and distributed computing
  • Deep Learning Toolbox - For neural networks and deep learning workflows
  • Optimization Toolbox - For solving optimization problems
  • Signal Processing Toolbox - For signal analysis and processing
  • Image Processing Toolbox - For image analysis and computer vision
  • Computer Vision Toolbox - For computer vision algorithms and applications

Changes Made

Updated three devcontainer configurations to include the new toolboxes:

  1. .devcontainer/using-matlab-dockerfile/Dockerfile - Updated the default MATLAB_PRODUCT_LIST ARG
  2. .devcontainer/using-matlab-dockerfile/devcontainer.json - Updated build arguments for Docker-based setup
  3. .devcontainer/using-devcontainer-feature/devcontainer.json - Updated products list for feature-based setup

All 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.

@dangdd2003 dangdd2003 marked this pull request as ready for review September 24, 2025 04:24
@dangdd2003 dangdd2003 merged commit 368d296 into main Sep 24, 2025
1 check passed
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
Copilot AI requested a review from dangdd2003 September 24, 2025 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants