





[In English]
La instalación la he hecho desde Synaptics, escogiendo no sólo Octave, sino prácticamente todos los paquetes 🙂 Cosas a tener en cuenta:
- No instalar Qt-Octave, ya no se usa; para usar Octave con GUI, llamarlo así: octave –force-gui (aunque en esta versión de Octave aún no está perfecto).
- Algunos de los paquetes instalados han provocado warnings al ejecutar Octave; estas son las soluciones que he encontrado (aka googleado :)), siempre instalando/desinstalando desde Synaptics:
- Desinstalar octave-strings-1.1.0, msh, octave-specfun.
- Instalar dx.
- Algunas funciones gráficas (rlocus, por ejemplo) no funcionan correctamente: se abre la ventana, pero está vacía. El problema está en la toolkit gráfica por defecto (fltk). He encontrado dos posibles soluciones:
- Usar otra toolkit: graphics_toolkit(“gnuplot”); pero a mí me parece que la calidad no es buena.
- Usar alguna de las soluciones de este enlace (a mí la primera me ha funcionado).
[En español]
I have done my installation from Synapctics. I chose Octave and almost any other related package 🙂 These are some issues to take into account:
- Qt-Octave shouldn’t be installed, it is not longer used. In order to use a GUI for Octave, you should run it like that: octave –force-gui (though in this Octave version is not totally finished).
- Some of those installed packages gave rise to some warnings; after some research (aka googling :)), this is how I have fixed them, always installing/uninstalling from Synaptics:
- Uninstall octave-strings-1.1.0, msh, octave-specfun.
- Install dx.
- Some graphical functions (like rlocus) do not work properly: they open a blank window. The problem is related to the default graphical toolkit (fltk). I have found two possible solutions:
- Use another toolkit: graphics_toolkit(“gnuplot”); in my opinion, it does not have the best quality.
- Use some of the solutions shown in this link (the first one worked for me).