Octave.NET icon indicating copy to clipboard operation
Octave.NET copied to clipboard

πŸ“ˆ More than cross-platform Octave process wrapper πŸ”¬

Results 3 Octave.NET issues
Sort by recently updated
recently updated
newest added

My requirement is to input a double array and then do FFT using Octave, but I don’t know how to give the input to Octave. by the way FFT output...

Hi,all: I have defined a function in script, like: `disp("Running...") function result = myrand(n, t, p, d) a = 200 * t + p; big_rand = a * n; result...

I have tested your solution with Octave 7.2.0 and you should know the application name 'octave-cli.exe' has changed to 'octave-launch.exe'. Also notice that 'octave-launch.exe' is now used for both GUI...