octave
Is there something equivalent to C's #include in Octave?
Suppose that I have 2 scripts: magic_f开发者_高级运维unction.m: function retval = magic(x) retval = 12345678;[详细]
2023-03-22 21:50 分类:问答What are steps required to compile Octave on Windows as shared lib for use in development?
I want to use Octave in my C++ app. I downloaded latest source Release from here but I do not get how to build it and get some lib folder for dlls and include folder for includes.[详细]
2023-03-22 12:59 分类:问答octave matrix for loop performance
I am new to Octave. I have two matrices. I have to compare a particular column of a one matrix with the other(my matrix A is containingmore than 5 variables, similarly matrix B is containing the same.[详细]
2023-03-18 18:20 分类:问答Using filter function to generate missing data
I have vectors of data that I feed through the filter() function -- said filter was constructed to emit a reasonable approximation of the original signal that is then used to identify \"bad\" elements[详细]
2023-03-14 07:40 分类:问答Nested logical && operator permissable?
I have written a .oct function for use in Octave that is not giving the result I expected and I think the problem might lie with the snippet of code given below - is it OK to nest the logical &&am[详细]
2023-03-11 13:48 分类:问答Is it possible to use Python modules in Octave?
I want to write functions for Octave using Python. Google did not help in finding out whether it was possible to somehow import/include/whatever Python modules in Octave and call them as if they wer开[详细]
2023-03-11 03:39 分类:问答Octave Error with XLS functions
I just started using Octave, and have been trying to do some operations from data in Excel files.I\'ve installed the IO, Java, and Windows packages in Octave, but when I run the script, I get the foll[详细]
2023-03-10 17:32 分类:问答Interface between Octave and R
Could anyone kindly update the status on the interface between Octave and R? ROctave package was developed in 2002, but no new updates after that. I like to call some functions 开发者_JAVA百科from Oct[详细]
2023-03-09 23:23 分类:问答Plotting a 3D function with Octave
I am having a problem graphing a 3d function - when I enter data, I get a linear graph and the values don\'t add up if I perform the calculations by hand.I believe the problem is related to using matr[详细]
2023-03-09 23:21 分类:问答Identifying (and removing) sequences from a vector in Matlab/Octave
I\'m trying to prune any sequence of length 3 or more from a vector of numbers in Matlab (or Octave).For example, given the vector dataSet,[详细]
2023-03-09 07:26 分类:问答