-
An addition for `scale` could include the use of the [Scala format](http://www.huygens-fokker.org/scala/scl_format.html) due to the [immense library](http://www.huygens-fokker.org/scala/downloads.html…
-
**What kind of feature is this?**
* New feature in MISS_HIT
**Your MATLAB/Octave environment**
* MATLAB
* r2022a
**MISS_HIT component affected**
Choose one or more of the below:
* Code metr…
-
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 = big_rand / 10**d; return;endfunction
mrand …
-
**Dependency Repos**
- [ ] ome-jai (https://github.com/ome/ome-jai)
- [ ] ome-poi (https://github.com/ome/ome-poi)
- [ ] ome-metakit (https://github.com/ome/ome-metakit)
- [ ] ome-mdbtools (http…
-
Hi, well i'm thinking, this is going bigger and bigger with all functions we have, i think that its very good, but now the problem, we have enough things to can be difficult what are available and wha…
latot updated
7 years ago
-
Great job done, first of all!
I would like to suggest an improvement. If **k** is close to 1.0, elliptic functions become difficult to calculate. It seems that **K(k)** is limited to ~70 in practic…
-
We've come along way in getting an easier API, but still.. Especially in short demos to math-aware people, an audience can still drown in syntax.
Here's a collection of ideas for easier syntax.
Th…
-
Hi,
I am running a vagrant box.
the following works fine:
nohup octave-daemon -d -c /etc/octave-daemon.conf&
from the quick start examples, the following works great in /var/www/html/test.php witho…
-
Could support for fading in/out of octaves be added?
I.e. `4.5` octaves means four octaves and the fifth octave weighted down by 0.5 before being added.
-
```
What steps will reproduce the problem?
1. a=eye(2)
2. b=[1;1]
3. a\b
What is the expected output? What do you see instead?
Expected: ans = [1;1]
Seen: "ERROR:DoubleNumberToken: divide: dimensions…