Borrar filtros
Borrar filtros

Bit Plane En Coder

1 visualización (últimos 30 días)
Elysi Cochin
Elysi Cochin el 11 de Jun. de 2013
Editada: Walter Roberson el 27 de Dic. de 2013
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....

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Jun. de 2013
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 comentarios
Elysi Cochin
Elysi Cochin el 12 de Jun. de 2013
Editada: Elysi Cochin el 12 de Jun. de 2013
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....

Iniciar sesión para comentar.

Más respuestas (1)

mahesh gour
mahesh gour el 27 de Dic. de 2013
Editada: Walter Roberson el 27 de Dic. de 2013
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....

Categorías

Más información sobre Data Import and Export en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by