フィルターのクリア

Use C# to open full desktop application

3 ビュー (過去 30 日間)
Brian
Brian 2022 年 4 月 3 日
回答済み: Jorge Quiroz 2022 年 4 月 21 日
I want to use a C# application to open a full desktop version of Matlab.
I can open just a command line version of Matlab using:
MLApp.MLApp matlab = new MLApp.MLApp();
Console.WriteLine("Opening Matlab");
matlab.Execute(@"cd c:\temp\Example");
matlab.Visible = 1;
matlab.MaximizeCommandWindow();
However, this produces a simple command line interface to Matlab. It does not allow access to *.mlx Live Scripts using the Matlab Live Editor.
Instead, I'd like to open the Live Editor so I can pass the workspace data from my C# code and process that data using a Live Script in the Live Editor.
I have already reviewed the following documentation:
Neither are quite what I want to accomplish.

回答 (1 件)

Jorge Quiroz
Jorge Quiroz 2022 年 4 月 21 日

カテゴリ

Help Center および File ExchangeWrite COM Applications to Work with MATLAB についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by