Archivo de Mayo 2008

Gtk_Gnuplot

Mayo 14, 2008

Some years ago I did a simple interface to Gnuplot. I was cleaning my hard-disk and I found it. I have updated it and I have uploaded to QtOctave web.

http://forja.rediris.es/frs/download.php/772/gtk_gnuplot-1.0.tar.gz

Hace algún tiempo me hice un pequeño entorno para manejar Gnuplot de una forma un poco más cómoda. Haciendo limpieza en mi disco duró lo encontré y lo he actualizado un poco por si a alguien le puede ayudar.

Tables and multidimensional matrixes.

Mayo 5, 2008

I have just finished implementation of multidimensional matrix in Table tool of QtOctave.

It works in this way:

1st Build a multidimensional matrix:

a=ones(2,2,2)

This command builds a new multidimensional matrix of 2×2x2 order. This matriz is a cube with 8 cells inside.

2nd To see matrix: Open matrix using Table tool (“Data/Table”). Matrix name will be a.

3rd Too see parallel planes of matrix: Change indexes in botton of Table tool.

4th If you want change plane orientation, change : and put : in other dimension.

You can download from:

svn checkout https://forja.rediris.es/svn/csl-qtoctave/trunk/qtoctave

Tablas y matrices multidimensionales.

Mayo 5, 2008

Acabo de terminar de añadir la posibilidad de manejar matrices multidimensionales en la herramienta Table de QtOctave.

Básicamente el funcionamiento es el siguiente:

1) Se crea una matriz multidimensional:

a=ones(2,2,2)

El comando anterior crearía una matriz de 2 filas, 2 columnas y 2 ¿? en el eje z. La matriz a sería como un cubo formado por 8 celdas y en cada celda hay un número.

2) Para ver la matriz, se usa la herramienta Table, “Data/Table”. El nombre de la matriz será a.

3) Para ver los planos paralelos de la matriz, se van cambiando los índices en la parte inferior.

4) Si se desea ver un plano en otra orientación, se cambian los : y se colocan en otra dimensión.

Está disponible en subversion para la descarga:

svn checkout https://forja.rediris.es/svn/csl-qtoctave/trunk/qtoctave