Running .exe and .dll in Matlab,importing and sketch results

조회 수: 4 (최근 30일)
MaheKK
MaheKK 2014년 11월 7일
댓글: MaheKK 2014년 11월 18일
I have a windows application which is C# based having .exe and dll files(.NET Assembly),which is used to maintain project database,importing and perform automatic tests. i would like to run this application by Matlab and get the folders,results imported to Matlab as parameters in workspace, with these parameters i can draw and show the graphs with differences between defined test cases automatically.
Please suggest how can i approach? valuable materials to refer, and the best process. (I am quite new to handle Matlab)

채택된 답변

Guillaume
Guillaume 2014년 11월 7일
Matlab can interact directly with .Net. See using .Net libraries in matlab.
Note that very often it is much safer to use functional notation rather than dot notation to call .Net methods as matlab translation layer often struggles with dot notation. That is use
objectmethod(object, arg1, arg2, ...)
rather than
object.objectmethod(arg1, arg2, ...)
  댓글 수: 3
Guillaume
Guillaume 2014년 11월 7일
I'm afraid I don't understand what you mean by import its folders to matlab. Can you give a concrete example?
MaheKK
MaheKK 2014년 11월 18일
Sorry I correct it to import its project data instead of folders, for example after opening the tool i goto file-load project-select project path-then it gives a tree view with different test types,i should access one of its sub tests and sub tests results,import it to matlab for realising in graphs.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Package MATLAB Functions에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by