Logo Studenta

fase 1-Actividad 3 reporte de graficas en matab

¡Este material tiene más páginas!

Vista previa del material en texto

UNIVERSIDAD AUTONÓMA DE NUEVO LEÓN 
FACULTAD DE INGENIERÍA MECÁNICA Y ELÉCTRICA 
SEMESTRE: Enero-junio 2022 
 
 
Fase 1. Actividad 3- Reporte de Graficas en Matlab 
PROGRAMACION CON MATLAB 
 
 
 
 
 
 
Activity 3 plotting in MATLAB 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
The difference of use each command is that the first command graph a line 
with only the length points of pi, and the other commands graph a line with 
the linspace points that you put in the command like 50 or 100, 
 
 
 
 
 
 
 
 
contour 
 
Contour 3 
 
 
 
 
Mesh 
 
Surf 
 
 
 
 
Surfc 
 
Surfl 
 
 
 
 
 
 
 
Conclusión 
 
Realizando esta actividad aprendí a generar graficas de funciones 
con incrementos y especificando el rango que debe tener la gráfica 
además aprendí a añadir varias funciones a la misma gráfica con el 
comando hold on, crear vectores fila con rango e incrementos y 
utilizando linspace de 50 y 100 puntos, también aprendí a generar 
muchos tipos de graficas tridimensionales con mallas como son 
contour, contour3, mesh y surf , por ultimo use la función plot 3 para 
graficar curvas con 3 funciones.

Continuar navegando