matlab

hye..

can anyone provide me links to learn how to integrate matlab with java?thanks

[96 byte] By [masliyanaa] at [2007-11-27 11:42:01]
# 1

www.google.com

c0demonk3ya at 2007-7-29 17:41:37 > top of Java-index,Java Essentials,New To Java...
# 2

matlab comes with very good documentation on how to do this.

mkoryaka at 2007-7-29 17:41:37 > top of Java-index,Java Essentials,New To Java...
# 3

> matlab comes with very good documentation on how to

> do this.

I haven't used it in a while but it used to come with a Java interface but there wasn't anything included to allow java to access Matlab (only vice versa) has this changed?

ita6cgra at 2007-7-29 17:41:37 > top of Java-index,Java Essentials,New To Java...
# 4

do you mean that there's only one method available?

matlab calling java function?

masliyanaa at 2007-7-29 17:41:37 > top of Java-index,Java Essentials,New To Java...
# 5

> ...

> I haven't used it in a while but it used to come with

> a Java interface but there wasn't anything included

> to allow java to access Matlab (only vice versa) has

> this changed?

No, it has not changed, it is still there, and as mkoryak posted: the documentation is pretty good.

prometheuzza at 2007-7-29 17:41:37 > top of Java-index,Java Essentials,New To Java...
# 6

> do you mean that there's only one method available?

> matlab calling java function?

No.

Try Google or Matlab's documentation.

prometheuzza at 2007-7-29 17:41:37 > top of Java-index,Java Essentials,New To Java...
# 7

Normally I wouldn't do this, but I have these links bookmarked:

Calling MATLAB from Java

http://www.cs.virginia.edu/~whitehouse/matlab/JavaMatlab.html

Calling Java from MATLAB

http://www.math.carleton.ca/~help/matlab/MathWorks_R13Doc/techdoc/matlab_external/ch_java.html

Guess where I found both of these links! Google.

Djaunla at 2007-7-29 17:41:37 > top of Java-index,Java Essentials,New To Java...