我有创建一些结果文件 output.txt 的 matlab 脚本 textcreator.m。
并且有一些matlab.aplication()参考将 matlab 函数“翻译”为 c#,并且一些代码很难转换为 c#,我决定只运行我制作的脚本。
using System;
using System.Collections.Generic;
using System.Text;
MLApp.MLApp matlab = new MLApp.MLApp();
matlab.Execute(@"cd d:\textcreator.m");
当我在装有 Matlab 的电脑上单击按钮时如何运行 matlab 脚本 textcreator.m?
神不在的星期二
相关分类