Hello,
I am trying to install the symbolic package to try and use something similar to matlabs 'syms'.
I just started using octave so I don't know much about it. I found out I have to get the CLN and GiNaC packages.
Trying to install the cln file i get
> pkg install -forge cln
error: get_forge_pkg: package not found: "cln" Maybe you meant "control?"
With the other command I tried it doen't work either
> pkg install cln-1.3.3.tar.bz2
package is missing file: DESCRIPTION
I am using octave 3.6.4 on windows.