-
Numpy and Scipy has functions to load matrix save in text files (Numpy: http://docs.scipy.org/doc/numpy/reference/routines.io.html and Scipy: http://docs.scipy.org/doc/scipy/reference/io.html).
Wil…
-
`scipy.signal.freqz()` and `scipy.signal.freqz_zpk()` are functions to calculate the frequency response of a discrete-time filter. `freqz()` takes the filter in the form of transfer function coefficie…
-
Can this theoretically work in Octave? This might be good to boost the utility
of your program in the open software universe.
I tried to run this in Octave by following the manual, but I encounter…
-
https://github.com/covarep/covarep
-
I know this is a non-trivial request, and may or may not already be part of the goal for this project, but I thought I'd open this as an issue to have a proper place for it.
Essentially, if this pa…
-
It will be highly useful if all of Octave's core doc strings pass with doctest. Let's track the overall completion status of that goal here. That includes doctest issues that are blockers, Octave upst…
-
Right now, test figure creation is tightly integrated with assignment of metadata (like the figure name, MD5, skip, ...). This makes it impossible, for example, to have a test fail and still retrieve …
-
whether using
`$ make install`
or
`>> pkg install hdf5oct-0.4.0.tar.gz`
on Octave 3.8.1 or Octave 4.0, I get the error
```
$HOME/octave/hdf5oct-0.2.0/h5read.oct: undefined symbol: H5P_CLS_DATASET_…
-
I'm running the current psychopy dev version (v 1.90.0) under Ubuntu Linux 16.04.
I'm trying to run a calibration using a PR670 spectroradiometer. Running anything in monitor center causes the app …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### New feature
When typing `help foo` it could be nice to have a "See also" section at the bottom of the he…