Avatar of iceberg100
iceberg100
 asked on

link Matlab and C#

Hi,I am doing some kind of data clustering,I use C# to get necessary data from my database,i.e matrix that represents my data.
Rows of that matrix represent words and columns represent documents,matrix is 1-0 matrix which means that ij element of matrix is 1 if i-th word appears in j-th document,and 0 otherwise. Then I use Matlab 7.1 to analyze that data,i.e do some clustering with Matlab kmeans function.My question is:
after Matlab groups my data(which is btw. very very large matrix) I would like to see which document is in which group?how can I do this using C#?I.e how can I accomplish this connection between matlab and C# program?I would like C# program be able to display these documents are in first group,these are in second group,etc. based on clustering results that I get from Matlab.
.NET ProgrammingProgramming Languages-OtherSoftwareMATLAB Programming

Avatar of undefined
Last Comment
iceberg100

8/22/2022 - Mon
iceberg100

ASKER
Anyone? ...
ASKER CERTIFIED SOLUTION
Henrici

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
iceberg100

ASKER
Hi,I've read it,but I'm not sure that I understand it.I don't understand how to use his matnet library in C# application.Please could you help me with that?
Henrici

The link I gave was intended to give you the background needed to run the Matlab Engine.  All you have to do is download the source and try it.  Did that not help at all?
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
iceberg100

ASKER
yes,it helped eventually.thank you.