photo

Sathiyaseelan


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

4 Fragen
2 Antworten

RANG
9.807
of 300.847

REPUTATION
2

BEITRÄGE
4 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
75.0%

ERHALTENE STIMMEN
1

RANG
 of 21.094

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 171.238

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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,...

etwa 13 Jahre vor | 1

Frage


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...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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....

mehr als 14 Jahre vor | 0

Frage


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.

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort