You are on page 1of 14

INTRODUCCION AL MATLAB

Dr. Jorge Olortegui-Yume, Ph.D.

Matlab para Ingenieros


Mini-curso

10/22/2014 1
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

BOSQUEJO
 Matlab ?
 Aplicaciones de Matlab
 La pantalla de Matlab
 El editor de Matlab
 Comandos utiles
 Ayuda de Matlab

10/22/2014 2
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

MATLAB ?
Herramienta de calculo
matematico sofisticado

La herramienta mundialmente
lider para calculo numerico en
Ingenieria

MATLAB significa Matrix Laboratory


(Laboratorio Matricial)
10/22/2014 3
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

MATLAB ???
MATLAB se especializa en …
• Calculos Numericos
• Usando matrices -5
Rate of Change

Rate of temperature change, degrees/hour


-4.5

-4

-3.5

-3

-2.5

-2

-1.5

-1

-0.5

0
0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5
time, hour

• Graficos
100

200

300

400

500
100 200 300 400 500

10/22/2014 • Programacion 4
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

MATLAB ???

PORQUE MATLAB?

 Facil de usar
 Versatil
 Posee entorno de programacion
 Cajas de herramientas (Toolboxes)

10/22/2014 5
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

APLICACIONES DE MATLAB
Ingenieria Electrica
Vision para navegacion en robots autonomos

These images simulate the visual system used in a housefly brain to detect collisions.
The techniques developed are being used in autonomous robot systems that depend
upon vision for navigation. The data was processed using MATLAB

10/22/2014 6
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

APLICACIONES DE MATLAB
Ingenieria Biomedica
Procesamiento de Imagenes MRI (Magnetic Resonance Imaging)

These images were created from MRI scan data using MATLAB. The actual
data set is included with the standard MATLAB installation, allowing you
experiment with manipulating the data yourself.
10/22/2014 7
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

APLICACIONES DE MATLAB
Ingenieria Mecatronica
Simulacion de trayectorias para robots

Images imported from Solidworks/Inventor or constructed within Matlab

10/22/2014 8
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

LA PANTALLA DE MATLAB
Pantalla Tipica (2009b)

Espacio
Directorio de
activo
Ventana de Trabajo
Comandos
Ventana de Historia de
visualizacion Comandos
de detalles

10/22/2014 9
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

EL EDITOR DE MATLAB

Aqui se
escriben los
programas

10/22/2014 10
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

EL EDITOR DE MATLAB
Una buena recomendacion

Ventana de Editor de
Comandos Matlab

10/22/2014 11
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

Para pantalla
COMANDOS UTILES
funcion MATLAB Descripcion

clc Limpia la ventana de comandos

clear Elimina las variables del espacio


de trabajo (memoria del computador)

close all Cierra (elimina) todas las


ventanas

format Brinda formato para la forma en que


los numeros se muestran en la
ventana de comandos

10/22/2014
format compact Quita las lineas vacias 12
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

LA VENTANA DE AYUDA MATLAB

10/22/2014 13
Matlab para Ingenieros
Dr. Jorge Olortegui-Yume, Ph.D

Referencias
• MATLAB for Engineers, by Holly Moore. ISBN 0-13-187244-3. © 2007 Pearson
Education, Inc., Upper Saddle River, NJ.

• An Engineers Guide to Matlab, by Edward Magrab et al., 3rd Edition © 2011


Pearson Education, Inc., Upper Saddle River, NJ.

• Introduction to MATLAB for Engineers, by William J. Palm III, Third Edition,


Copyright © 2010. The McGraw-Hill Companies, Inc.

You might also like