フィルターのクリア

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 Center および File ExchangeData Import and Export についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by