Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
4d197f5
Proyect General Theory
Apr 16, 2016
fa29eed
Proyect A dynamical theory of the electromagnetic field
Apr 16, 2016
2fb7b5d
Proyect On a Heuristic Viewpoint Concerning the Production and Transf…
Apr 16, 2016
11bdbe2
Agregando Archivo Leame a la Carpeta de Proyectos
Apr 25, 2016
9f785aa
creación de carpeta
ramiroruiz Mar 17, 2017
7341768
Carpeta de Trabajo
DanielArag330 Mar 17, 2017
f7b3a4d
creacion carpeta
ramiroruiz Mar 17, 2017
3c315b1
Carpeta de Trabajo
Sebastian1995123 Mar 17, 2017
78b7abb
Merge branch 'Development' of https://github.com/Nickware/NaturalezaC…
Sebastian1995123 Mar 17, 2017
6f70bbd
Jeimmy
jeimmyk3 Mar 17, 2017
5dc87ab
ctrabajo
k-alvarez Mar 17, 2017
5215b90
CarpetaIsabel
isalamanca Mar 17, 2017
b82b182
creacion carpeta
ramiroruiz Mar 17, 2017
da9238a
Merge branch 'Development' of https://github.com/Nickware/NaturalezaC…
isalamanca Mar 17, 2017
377f351
Merge branch 'Development' of https://github.com/Nickware/NaturalezaC…
ramiroruiz Mar 17, 2017
024cd15
Carpeta de Trabajo Isabel
isalamanca Mar 17, 2017
874d24f
Merge branch 'Development' of https://github.com/Nickware/NaturalezaC…
isalamanca Mar 17, 2017
2ea960d
Carpeta de trabajo AngelaPena
ARPM26 Mar 17, 2017
eae7d40
Merge branch 'Development' of https://github.com/Nickware/NaturalezaC…
ARPM26 Mar 17, 2017
4b52aa0
ctrabajo
k-alvarez Mar 17, 2017
fe856e3
Merge branch 'Development' of https://github.com/Nickware/NaturalezaC…
k-alvarez Mar 17, 2017
933ca7d
JeimmyGuzman
jeimmyk3 Mar 17, 2017
0a5baea
Merge branch 'Development' of https://github.com/Nickware/NaturalezaC…
k-alvarez Mar 17, 2017
f3398a5
Modificacion script
Mar 24, 2017
d5dc3e4
ultima clase
ramiroruiz Mar 24, 2017
fdf94a8
Modificado manera de insertar titulo, eiqueta en x y etiqueta en y
Mar 24, 2017
556bd93
Carpeta de Trabajo
DanielArag330 Apr 7, 2017
bc3cc8c
Carpeta de Trabajo
Sebastian1995123 Apr 7, 2017
1986d38
Actualizacion scrpit
isalamanca Apr 7, 2017
278818b
Gráfica de Funciones
DanielArag330 Apr 7, 2017
c9a85d0
Merge branch 'Development' of https://github.com/Nickware/NaturalezaC…
DanielArag330 Apr 7, 2017
c3a629a
Modificacion de archivo
Apr 7, 2017
3212ac2
cp_trabajo_01
k-alvarez Apr 7, 2017
4578672
Delete _.pdf
Sebastianter14 Apr 7, 2017
27685b9
Delete _imagen.pdf
Sebastianter14 Apr 7, 2017
b5c27d6
Delete imagen.eps
Sebastianter14 Apr 7, 2017
33de819
Delete imagen.eps
Sebastian1995123 Apr 7, 2017
9582943
Delete imagen.pdf
Sebastian1995123 Apr 7, 2017
ac21bac
Merge branch 'Development' of https://github.com/Nickware/NaturalezaC…
k-alvarez Apr 7, 2017
7a9e176
carpeta 01
k-alvarez Apr 7, 2017
378b12c
Creacion carpeta de trabajo
ARPM26 Apr 7, 2017
6189ed3
una animación usando un for para poder recrearla, con la función sin(x)
richardalfredo Apr 14, 2017
f067162
Creación script graficacion de funciones en animación
Nickware Apr 21, 2017
861c3a1
Creación script graficacion de funciones en animación
Nickware Apr 21, 2017
f85ad55
Se ha incomporado lineas que definene el rangoy la conversion de las …
Apr 28, 2017
44bff8d
script de la division de dos numeros con bc2
ARPM26 May 5, 2017
431dc35
Adicion de lineas al scriptf
May 12, 2017
71d30f7
Add files via upload
nuttyblood May 12, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions AlbertEinstein/Leame.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Author: Albert Einstein
#Description: On a Heuristic Viewpoint Concerning the Production and Transformation of Light
#Date: 1905
3 changes: 3 additions & 0 deletions AngelaPena/LEAME
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Script me permite crear archivos


5 changes: 5 additions & 0 deletions AngelaPena/scritp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#/bin/bash
#author
#date
#version

7 changes: 7 additions & 0 deletions Arnold Alonso Alvarez/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* * * * * * * * * * * * * * * Descripcion * * * * * * * * * * * * * * * * *
El script numeros.sh que se encuentra en esta carpeta toma los datos
ingresados por el usuario y con estos realiza dos scripts de GNUplot
para realizar una animación con extensión .gif de las funciones
trigonometricas.

La imagen example.png en esta misma carpeta muestra como hacerlo.
9 changes: 9 additions & 0 deletions Arnold Alonso Alvarez/animate.gnu
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
set title 'w'
set xlabel 'w'
set ylabel 'w'
set xr[1:2]
set yr[-1:1]
set grid
plot cos(x - i*dt) w l lt 1 lw 1.5 title sprintf('t=%i',i)
i=i+1
if (i < n) reread
Binary file added Arnold Alonso Alvarez/animates/cos.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Arnold Alonso Alvarez/animates/csec.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Arnold Alonso Alvarez/animates/ctan.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Arnold Alonso Alvarez/animates/sec.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Arnold Alonso Alvarez/animates/sin.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Arnold Alonso Alvarez/animates/tan.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Arnold Alonso Alvarez/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions Arnold Alonso Alvarez/numeros.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
#!/bin/bash
# * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
# Author: Arnold Alonso Alvarez <[email protected]> *
# Update: 2017-05-12 14:33 *
# * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

#Removiendo Scripts generados anteriormente
rm script.gnu
rm animate.gnu
#Limpiar consola
clear

echo "================================================================================"
echo " Gif Para Funciones Trigonometricas "
echo "================================================================================"

read -p "ingrese function 1: " fun1
read -p "ingrese nombre de la grafica: " name
read -p "ingrese nombre del eje x: " namex
read -p "ingrese nombre del eje y: " namey
read -p "ingrese n(frames): " n
read -p "ingrese nombre del gif: " name2
read -p "rango inferior en x: " rx1
read -p "rango superior en x: " rx2
read -p "rango inferior en y: " ry1
read -p "rango superior en y: " ry2
echo "================================================================================"
echo "Se ha generado un gif llamado" $name2".gif en esta misma carpeta"
echo "================================================================================"

#generando Gif
echo "set term gif animate" >> script.gnu
echo "set output '"$name2".gif'" >> script.gnu
echo "n = "$((n)) >> script.gnu
echo "dt = 2*pi/"$((n)) >> script.gnu
echo "i = 0" >> script.gnu
echo "load 'animate.gnu'" >> script.gnu
echo "set output" >> script.gnu

#definicion de la grafica
echo "set title '"$name"'" >> animate.gnu
echo "set xlabel '"$namex"'" >> animate.gnu
echo "set ylabel '"$namey"'" >> animate.gnu
echo "set xr["$((rx1))":"$((rx2))"]" >> animate.gnu
echo "set yr["$((ry1))":"$((ry2))"]" >> animate.gnu
echo "set grid" >> animate.gnu
echo "plot "$fun1"(x - i*dt) w l lt 1 lw 1.5 title sprintf('t=%i',i)" >> animate.gnu
echo "i=i+1" >> animate.gnu
echo "if (i < n) reread" >> animate.gnu

#ejecutando gnuplot
gnuplot script.gnu
7 changes: 7 additions & 0 deletions Arnold Alonso Alvarez/script.gnu
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set term gif animate
set output 'w.gif'
n = 30
dt = 2*pi/30
i = 0
load 'animate.gnu'
set output
4 changes: 0 additions & 4 deletions ArnoldAlonso/leame.txt

This file was deleted.

Empty file added CristianAlvarez/LEAME
Empty file.
1 change: 1 addition & 0 deletions CristianAlvarez/script.gnu
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plot a w l, a w p
26 changes: 26 additions & 0 deletions CristianAlvarez/script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#!/bin/bash
#author: Cristian_Alvarez
#date: 20-03-10
#version 0.01

echo "programa que grafica"
echo "este programa utiliza sintaxis gnuplot"
rm *.gnu

read -p "ingrese el nombre de la grafica" titulo
read -p "ingrese la primera funcion" funcion01
read -p "ingrese la segunda funcion" funcion02
read -p "ingrese la ordenada" ordenada
read -p "ingrese la abscisa" abscisa
echo "plot" $funcion01 "w l," $funcion02 "w p" >> script.gnu

#echo 'set title' $titulo >> script.gnu
#echo 'set ylabel' $ordenada >> script.gnu
#echo 'set xlabel' $abscisa >> script.gnu
#echo "set terminal postscript" >> script.gnu
#echo 'set output imagen.eps"' >> script.gnu
#echo "replot" >> script.gnu
#echo "pause60" >> script.gnu
gnuplot script.gnu
#evince imagen.eps

3 changes: 3 additions & 0 deletions DanielAragon/LEAME
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#----------------------script-------------------------------

#Es un archivo guía para modificación de archivos scrpt.sh a tráves de comandos
Loading