Reply by narokel May 1, 20032003-05-01
Hi there,

I would very much like some help with integrating Java and MatLab.

Specifically, I would like to call MatLab functions from my Java
program.

I would also like to store the results of the MatLab functions in
variables, to be used in my Java program.

Specifically, I would like to use the MatLab convolution operator in
my Java program. I want to invoke the conv function and store the
results in a variable.

Any help would be greatly appreciated.