このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
プロジェクト
プロジェクトは、作業の整理と共同作業に役立ちます。プロジェクトを使用して、コードの実行に必要なファイルの検索、ファイルや設定の管理と共有、ソース管理の操作を行います。プロジェクトの詳細については、プロジェクトの作成を参照してください。
関数
ツール
依存関係アナライザー | Visualize dependencies, find required files, and assess the impact of changes (R2023a 以降) |
オブジェクト
トピック
- プロジェクトの作成
MATLAB® でプロジェクトを作成して、作業を整理したり、他のユーザーと共有できます。
- プロジェクト ファイルの管理
プロジェクト ファイルおよびフォルダーの追加、移動、名前変更、ラベル付け、グループ化、および検索を行う。
- プロジェクトの依存関係の解析
プロジェクト全体または指定したファイルに必要なファイルを検索し、問題を解決し、アドオンおよびインクリメンタルな分析のオプションを管理する。
- Compare MATLAB Projects
You can compare project definition files. When you compare folders, MATLAB detects whether they are project root folders. MATLAB looks for and compares the project definition files stored in the
resources
or.SimulinkProject
folder. Project definition files contain information about the project path, project settings, shortcuts, labels, and referenced projects.This example comparison shows that:To compare project definition files, in the Files panel, select the PRJ files or the project root folders. Right-click your selection, and select Compare Selected Files/Folders. When you select a node in the results report, the Comparison Tool shows more details in the bottom pane.
- 大規模なプロジェクトのコンポーネント化
参照プロジェクトを使用して大規模なプロジェクトを整理する。
- プロジェクトの共有
zip ファイルとして、電子メールで送信して、ツールボックスとして、あるいは接続したソース管理ツールで一般に利用できるようにすることで、プロジェクトをパッケージ化および共有します。
- CI サーバーにおけるテストのランタイムの削減
Jenkins® で CI 用にプロジェクトを設定し、依存関係のキャッシュと影響分析を使用してテスト スイートのランタイムを削減する。