필터 지우기
필터 지우기

Bit Plane En Coder

조회 수: 1 (최근 30일)
Elysi Cochin
Elysi Cochin 2013년 6월 11일
편집: Walter Roberson 2013년 12월 27일
I got the code for "Bit Plane Encoder" from the author's site http://hyperspectral.unl.edu/download.htm
but it is written in C.... how can i run this code in matlab?? please can someone reply me with how to run that code in Matlab.. i'm using version 7.9 and WINDOWS... please do reply me.... it would be of great help to me....

채택된 답변

Walter Roberson
Walter Roberson 2013년 6월 11일
C code cannot be directly run in MATLAB. You can, though, compile the C code into a library and use loadlibrary() to make it available; or you can create a mex interface to the code and place calls to that.
I wonder if your real question is about how to recode that algorithm in MATLAB.
  댓글 수: 2
Elysi Cochin
Elysi Cochin 2013년 6월 12일
편집: Elysi Cochin 2013년 6월 12일
no sir i wanted to just run it in matlab and not recode it..... thank u sir... sir is there any link or reference how to create a mex interface to code and to place calls to that....

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

추가 답변 (1개)

mahesh gour
mahesh gour 2013년 12월 27일
편집: Walter Roberson 2013년 12월 27일
can anyone tell me how to use BIT PLANE ENCODING code ?? I m not getting how to use it ??
please anyone help me...
please answer soon....

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by