Diferencia entre revisiones de «Prog26: Introducción a vectores y matrices»
De MateWiki
| (No se muestran 2 ediciones intermedias del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
{{ Curso Programación | Introducción a vectores y matrices | Prog25: Cómo documentar funciones | Prog27: Operaciones con matrices }} | {{ Curso Programación | Introducción a vectores y matrices | Prog25: Cómo documentar funciones | Prog27: Operaciones con matrices }} | ||
| − | |||
El nombre [[MATLAB]] se refiere a ''MATrix LABoratory'', porque es un entorno que es capaz de manejar de manera sencilla y rápida matrices y vectores. En este vídeo explicamos cómo crear vectores y matrices arbitrarios, y también un par de métodos para generar vectores y matrices regulares. | El nombre [[MATLAB]] se refiere a ''MATrix LABoratory'', porque es un entorno que es capaz de manejar de manera sencilla y rápida matrices y vectores. En este vídeo explicamos cómo crear vectores y matrices arbitrarios, y también un par de métodos para generar vectores y matrices regulares. | ||
| Línea 13: | Línea 12: | ||
* [http://www.mathworks.es/es/help/matlab/ref/colon.html colon (:) operator] (MATLAB) | * [http://www.mathworks.es/es/help/matlab/ref/colon.html colon (:) operator] (MATLAB) | ||
* [http://www.gnu.org/software/octave/doc/interpreter/Matrices.html Matrices] (GNU Octave) | * [http://www.gnu.org/software/octave/doc/interpreter/Matrices.html Matrices] (GNU Octave) | ||
| − | * [http://www.gnu.org/software/octave/doc/interpreter/Ranges.html#Ranges Ranges (: operator] (GNU Octave) | + | * [http://www.gnu.org/software/octave/doc/interpreter/Ranges.html#Ranges Ranges (: operator)] (GNU Octave) |
* [http://www.gnu.org/software/octave/doc/interpreter/Special-Utility-Matrices.html Special Utility Matrices -- see linspace] (GNU Octave) | * [http://www.gnu.org/software/octave/doc/interpreter/Special-Utility-Matrices.html Special Utility Matrices -- see linspace] (GNU Octave) | ||
Revisión actual del 22:30 17 nov 2013
| Curso de Introducción a la programación | |
|---|---|
| Introducción a vectores y matrices | |
| Vídeo anterior | Siguiente vídeo |
| Este artículo es una unidad didáctica del Curso de Introducción a la Programación | |
El nombre MATLAB se refiere a MATrix LABoratory, porque es un entorno que es capaz de manejar de manera sencilla y rápida matrices y vectores. En este vídeo explicamos cómo crear vectores y matrices arbitrarios, y también un par de métodos para generar vectores y matrices regulares.
1 Vídeo
2 Para saber más
- Matrices and arrays (MATLAB)
- linspace (MATLAB)
- colon (:) operator (MATLAB)
- Matrices (GNU Octave)
- Ranges (: operator) (GNU Octave)
- Special Utility Matrices -- see linspace (GNU Octave)