<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://mat.caminos.upm.es/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Erick+Sebastian+Morales</id>
		<title>MateWiki - Contribuciones del usuario [es]</title>
		<link rel="self" type="application/atom+xml" href="https://mat.caminos.upm.es/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Erick+Sebastian+Morales"/>
		<link rel="alternate" type="text/html" href="https://mat.caminos.upm.es/wiki/Especial:Contribuciones/Erick_Sebastian_Morales"/>
		<updated>2026-04-24T01:36:26Z</updated>
		<subtitle>Contribuciones del usuario</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://mat.caminos.upm.es/w/index.php?title=Visualizaci%C3%B3n_de_campos_escalares_y_vectoriales_en_elasticidad._(Grupo_40)&amp;diff=55072</id>
		<title>Visualización de campos escalares y vectoriales en elasticidad. (Grupo 40)</title>
		<link rel="alternate" type="text/html" href="https://mat.caminos.upm.es/w/index.php?title=Visualizaci%C3%B3n_de_campos_escalares_y_vectoriales_en_elasticidad._(Grupo_40)&amp;diff=55072"/>
				<updated>2023-11-29T15:45:02Z</updated>
		
		<summary type="html">&lt;p&gt;Erick Sebastian Morales: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ TrabajoED | Visualización de campos escalares y vectoriales en elasticidad. | [[:Categoría:Teoría de Campos|Teoría de Campos]]|[[:Categoría:TC23/24|2023-24]] | Erick Morales Pruna&amp;lt;br/r&amp;gt; Hugo Sacristán de Agustín&amp;lt;br/r&amp;gt; Jaime Villalba Guerrero&amp;lt;br/r&amp;gt; Ángel Matín Cruz}}&lt;br /&gt;
&lt;br /&gt;
== Introducción. ==&lt;br /&gt;
&lt;br /&gt;
==Representación de la placa rectangular plana.==&lt;br /&gt;
Dibujar un mallado que represente los puntos interiores del sólido. Tomar los ejes (comando axis) en el rectángulo &amp;lt;math&amp;gt;(x, y) ∈ [−1; 1] × [0;12]&amp;lt;/math&amp;gt; y como paso de muestreo &amp;lt;math&amp;gt;h = 2/10&amp;lt;/math&amp;gt; para las variables &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; e &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Figura_1_40.jpg|480px|thumb|right|Figura 1: Mallado de la placa.]]&lt;br /&gt;
&lt;br /&gt;
{{matlab|codigo=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
% paso de muestreo h para las variables x e y.&lt;br /&gt;
h=2/10; &lt;br /&gt;
x=[-1:h:1];&lt;br /&gt;
y=[0:h:12];&lt;br /&gt;
% mallado con las matrices Mx e My.&lt;br /&gt;
[Mx,My]=meshgrid(x,y); &lt;br /&gt;
mesh(Mx,My,0*My)&lt;br /&gt;
%ejes.&lt;br /&gt;
axis([-5,5,-0.5,12.5]);&lt;br /&gt;
% Escribimos el título del grafico y los nombres de los ejes.&lt;br /&gt;
 title('Mallado de la placa');&lt;br /&gt;
 xlabel('Eje X');&lt;br /&gt;
 ylabel('Eje Y');&lt;br /&gt;
% Con el comando view (2), visualizamos el mallado en 2 dimensiones.&lt;br /&gt;
view(2); }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Categoría:Teoría de Campos]]&lt;br /&gt;
[[Categoría:TC23/24]]&lt;/div&gt;</summary>
		<author><name>Erick Sebastian Morales</name></author>	</entry>

	<entry>
		<id>https://mat.caminos.upm.es/w/index.php?title=Visualizaci%C3%B3n_de_campos_escalares_y_vectoriales_en_elasticidad._(Grupo_40)&amp;diff=55068</id>
		<title>Visualización de campos escalares y vectoriales en elasticidad. (Grupo 40)</title>
		<link rel="alternate" type="text/html" href="https://mat.caminos.upm.es/w/index.php?title=Visualizaci%C3%B3n_de_campos_escalares_y_vectoriales_en_elasticidad._(Grupo_40)&amp;diff=55068"/>
				<updated>2023-11-29T15:42:46Z</updated>
		
		<summary type="html">&lt;p&gt;Erick Sebastian Morales: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ TrabajoED | Visualización de campos escalares y vectoriales en elasticidad. | [[:Categoría:Teoría de Campos|Teoría de Campos]]|[[:Categoría:TC23/24|2023-24]] | Erick Morales Pruna&amp;lt;br/r&amp;gt; Hugo Sacristán de Agustín&amp;lt;br/r&amp;gt; Jaime Villalba Guerrero&amp;lt;br/r&amp;gt; Ángel Matín Cruz}}&lt;br /&gt;
&lt;br /&gt;
== Introducción. ==&lt;br /&gt;
&lt;br /&gt;
==Representación de la placa rectangular plana.==&lt;br /&gt;
Dibujar un mallado que represente los puntos interiores del sólido. Tomar los ejes (comando axis) en el rectángulo &amp;lt;math&amp;gt;(x, y) ∈ [−1; 1] × [0;12]&amp;lt;/math&amp;gt; y como paso de muestreo &amp;lt;math&amp;gt;h = 2/10&amp;lt;/math&amp;gt; para las variables &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; e &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Figura_1_40.jpg|480px|thumb|right|Figura 1: Mallado de la placa.]]&lt;br /&gt;
&lt;br /&gt;
{{matlab|codigo=&lt;br /&gt;
&lt;br /&gt;
% paso de muestreo h para las variables x e y.&lt;br /&gt;
h=2/10; &lt;br /&gt;
x=[-1:h:1];&lt;br /&gt;
y=[0:h:12];&lt;br /&gt;
% mallado con las matrices Mx e My.&lt;br /&gt;
[Mx,My]=meshgrid(x,y); &lt;br /&gt;
mesh(Mx,My,0*My)&lt;br /&gt;
%ejes.&lt;br /&gt;
axis([-5,5,-0.5,12.5]);&lt;br /&gt;
% Escribimos el título del grafico y los nombres de los ejes.&lt;br /&gt;
title('Mallado de la placa');&lt;br /&gt;
xlabel('Eje X');&lt;br /&gt;
ylabel('Eje Y');&lt;br /&gt;
% Con el comando view (2), visualizamos el mallado en 2 dimensiones.&lt;br /&gt;
view(2); }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Categoría:Teoría de Campos]]&lt;br /&gt;
[[Categoría:TC23/24]]&lt;/div&gt;</summary>
		<author><name>Erick Sebastian Morales</name></author>	</entry>

	<entry>
		<id>https://mat.caminos.upm.es/w/index.php?title=Visualizaci%C3%B3n_de_campos_escalares_y_vectoriales_en_elasticidad._(Grupo_40)&amp;diff=55067</id>
		<title>Visualización de campos escalares y vectoriales en elasticidad. (Grupo 40)</title>
		<link rel="alternate" type="text/html" href="https://mat.caminos.upm.es/w/index.php?title=Visualizaci%C3%B3n_de_campos_escalares_y_vectoriales_en_elasticidad._(Grupo_40)&amp;diff=55067"/>
				<updated>2023-11-29T15:42:21Z</updated>
		
		<summary type="html">&lt;p&gt;Erick Sebastian Morales: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ TrabajoED | Visualización de campos escalares y vectoriales en elasticidad. | [[:Categoría:Teoría de Campos|Teoría de Campos]]|[[:Categoría:TC23/24|2023-24]] | Erick Morales Pruna&amp;lt;br/r&amp;gt; Hugo Sacristán de Agustín&amp;lt;br/r&amp;gt; Jaime Villalba Guerrero&amp;lt;br/r&amp;gt; Ángel Matín Cruz}}&lt;br /&gt;
&lt;br /&gt;
== Introducción. ==&lt;br /&gt;
&lt;br /&gt;
==Representación de la placa rectangular plana.==&lt;br /&gt;
Dibujar un mallado que represente los puntos interiores del sólido. Tomar los ejes (comando axis) en el rectángulo &amp;lt;math&amp;gt;(x, y) ∈ [−1; 1] × [0;12]&amp;lt;/math&amp;gt; y como paso de muestreo &amp;lt;math&amp;gt;h = 2/10&amp;lt;/math&amp;gt; para las variables &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; e &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Figura_1_40.jpg|480px|thumb|right|Figura 1: Mallado de la placa.]]&lt;br /&gt;
&lt;br /&gt;
{{matlab|codigo=&lt;br /&gt;
&lt;br /&gt;
% paso de muestreo h para las variables x e y.&lt;br /&gt;
h=2/10; &lt;br /&gt;
x=[-1:h:1];&lt;br /&gt;
y=[0:h:12];&lt;br /&gt;
% mallado con las matrices Mx e My.&lt;br /&gt;
[Mx,My]=meshgrid(x,y); &lt;br /&gt;
mesh(Mx,My,0*My)&lt;br /&gt;
%ejes.&lt;br /&gt;
axis([-5,5,-0.5,12.5]);&lt;br /&gt;
% Escribimos el título del grafico y los nombres de los ejes.&lt;br /&gt;
title('Mallado de la placa');&lt;br /&gt;
xlabel('Eje X');&lt;br /&gt;
ylabel('Eje Y');&lt;br /&gt;
% Con el comando view (2), visualizamos el mallado en 2 dimensiones.&lt;br /&gt;
view(2);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Categoría:Teoría de Campos]]&lt;br /&gt;
[[Categoría:TC23/24]]&lt;/div&gt;</summary>
		<author><name>Erick Sebastian Morales</name></author>	</entry>

	<entry>
		<id>https://mat.caminos.upm.es/w/index.php?title=Archivo:Figura_1_40.jpg&amp;diff=55044</id>
		<title>Archivo:Figura 1 40.jpg</title>
		<link rel="alternate" type="text/html" href="https://mat.caminos.upm.es/w/index.php?title=Archivo:Figura_1_40.jpg&amp;diff=55044"/>
				<updated>2023-11-29T15:23:46Z</updated>
		
		<summary type="html">&lt;p&gt;Erick Sebastian Morales: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Erick Sebastian Morales</name></author>	</entry>

	</feed>