フィルターのクリア

MATLAB's search path

2 ビュー (過去 30 日間)
Zhu
Zhu 2014 年 2 月 20 日
編集済み: Zhu 2014 年 2 月 20 日
I deploy Matpower to a dll file, and I invoke it in C#.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using MatPower;
using MathWorks.MATLAB.NET.Arrays;
using MathWorks.MATLAB.NET.Utility;
namespace ForTest
{
class Program
{
static void Main(string[] args)
{
mPowerFlow m_pf = new mPowerFlow();
string strCmd = @"D:\case9.m";
m_pf.runpf(strCmd);
}
}
}
But get some errors.
So, could anyone tell me the problem?
Also, does the matlab's search paths work as the same when I invoke a dll in C#?

回答 (0 件)

カテゴリ

Help Center および File ExchangeSoftware Development Tools についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by