photo

Sathiyaseelan


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
2 回答

ランク
9,807
of 300,942

評判
2

コントリビューション
4 質問
2 回答

回答採用率
75.0%

獲得投票数
1

ランク
 of 21,116

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,806

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
How can i get function's multiple return values in c#
If you want to get 4 return value from function, you have to declare MWArray[] with 4 parameters and Create an Object like this,...

約13年 前 | 1

質問


How can i get function's multiple return values in c#
Dear all, I create an function with 4 return values and converted dll for .net, when i call that function i can get only fir...

13年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Error in passing parameter for MATLAB function From .net
if we change MATLAB code as, function [out]= test(path, X, Y,pos) load(path); d=iddata(X(:),Y(:),1); y1=predict(amx,d); a=y1....

14年以上 前 | 0

質問


Is it possible to compile all of the MATLAB function in .NET?
Is it possible to support all the MATLAB function in .NET? Such as |sim|, |predict|, |mpcstate|, etc.

14年以上 前 | 1 件の回答 | 0

1

回答

質問


Error in passing parameter for MATLAB function From .net
Dear all, I was trying to communicate MATLAB with .Net. I created X and Y variables and Testing values are x=[1,2,3,4,5] and ...

14年以上 前 | 2 件の回答 | 0

2

回答

質問


Problem passing parameter for MATLAB function from .NET
I am trying to communicate between .NET and MATLAB. I wrote the function in MATLAB and passing parameter from C#.net I caught a...

14年以上 前 | 1 件の回答 | 0

1

回答