Skip to main content

All Questions

Tagged with
0 votes
1 answer
41 views

java spring apllication integration with matlab playground

I have an java-spring-angular application where i would like to introduce matlab plaground. I am using GNU octave(https://www.gnu.org/software/octave/index) for executing matlab code. Is there a ...
user10478566's user avatar
2 votes
1 answer
66 views

What is the fastest way to get double[][] to a MATLAB matrix in Java?

I need to use MATLAB/Octave with ProcessBuilder class in Java. I have one argument and it going to be a very very long string that are shaped as a MATLAB/Octave array. [1 2 3 4; 4 5 6 3; . . . ...
euraad's user avatar
  • 2,856
1 vote
1 answer
222 views

Difficulty with Octave's "javaMethod"

In this question, I was trying to import java classes into Octave. In my particular example, I was (and am) working with javaplex, a set of java tools with code for implementation in Matlab. The ...
Chris's user avatar
  • 163
3 votes
1 answer
1k views

Importing Java Classes in Octave

I've been having difficulty figuring out how to do this. From the Octave website, it seems that java classes are found via a class path. This Stack Overflow answer indicates that the "static java ...
Chris's user avatar
  • 163
3 votes
1 answer
3k views

Using Octave from Java

I need to do some numerical calculations in my java application. For several reasons I decided to use Octave for that purpose. I tried to write a simple interface myself. Since Octave can be used via ...
Thorsten Schmitz's user avatar
0 votes
1 answer
917 views

Migrating OmniDriver from Matlab to Octave. Need to find librarypath.txt for Octave?

I currently use Matlab and the Ocean Optics Omnidriver (http://oceanoptics.com/faq/controlling-usb-spectrometers-omnidriver-matlab/) to control a USB spectrometer on a windows 7 machine, and I'm ...
ChrisB's user avatar
  • 1
0 votes
2 answers
875 views

Trying to open a url stream in Octave?

Trying to implement the Java in Octave Java Object... but not sure how to open a url stream? thx Java URL url = new URL("http://www.google.com"); (new InputStreamReader(url.openStream())); Java ...
jdl's user avatar
  • 6,333
0 votes
1 answer
1k views

Octave java invalid call to script

Issue with Octave and java. Not sure if I am connecting java to octave correctly for this. url = java.net.URL(urlString); %%this works in matlab error: invalid call to script /home/xxx/octave/java-1....
jdl's user avatar
  • 6,333
-2 votes
2 answers
2k views

How to run Matlab from Java code [closed]

I was wondering if someone could tell me what the best way to run Matlab code in Java would be. I have never used Matlab nor do I have Matlab installed on my computer. I have been given a Matlab file ...
Dragster's user avatar
  • 597
2 votes
0 answers
214 views

Are there any libraries for android that can provide me something simmilar to the algebra capabilities of octave/scipy (fsolve)?

I am making an android application where I would like to use a few things that are in GNU Octave or Scipy. The specific things I want to use are: fsolve and fzero. fsolve finds a root (zero) of a ...
Zach's user avatar
  • 1,321
1 vote
2 answers
732 views

Plotting d-dimensional data

I have following format of data in a .txt file. नोभेम्बर [0.013597779962868256, -0.10849757437254635, -0.15999846585159766, -1.2417475384869558, -0.6802765400695919, 0.44552601044477186, 0....
thetna's user avatar
  • 7,143
1 vote
1 answer
179 views

Matlab/Octave-type functionality in Java - where to look

I want to use some image processing methods for which source code is commonly available in Matlab, and implement then in Java. There's no funding for Matlab builder JA. Can anyone advise on a Java API ...
barnhillec's user avatar