Matthew Moynihan
The University of Rochester - The Laboratory for Laser Energetics
Followers: 0 Following: 0
I have a PhD in Chemical Engineering from the University of Rochester. I will be uploading code that I developed while in graduate school. The first is a video processing code which I used to measure droplets as they were produced in a T-Junction. This was used to pull data from a continuously running process.
Professional Interests: Droplet Production, monitoring
Estadística
CLASIFICACIÓN
5.129
of 295.569
REPUTACIÓN
9
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
9
CLASIFICACIÓN
3.582 of 20.247
REPUTACIÓN
420
EVALUACIÓN MEDIA
4.70
CONTRIBUCIONES
10 Archivos
DESCARGAS
13
ALL TIME DESCARGAS
4062
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Droplet Video Processor - code 3 of 3
This code takes the signal generated by parts 1 & 2 and converts it to usable information.
alrededor de 11 años hace | 1 descarga |
Enviada
Energy density made by six rings of current in a box.
This code gives you the energy density made by six rings of current in a box in the XY plane.
alrededor de 11 años hace | 1 descarga |
Enviada
The Magnetic Field Made along a Path by Six Rings Of Current
Pick two points. This code gives you the X, Y, Z field along a line from start to finish.
alrededor de 11 años hace | 2 descargas |
Enviada
The Magnetic Field Made By Six Rings of Current - Enter Value
This code finds the magnetic field made by six rings of current from an X,Y,Z coordinate.
alrededor de 11 años hace | 1 descarga |
Enviada
The Magnetic Field Made By A Ring Of Current - Enter Value
This code finds the magnetic field from coordinates entered by you.
alrededor de 11 años hace | 1 descarga |
Enviada
Droplet Video Proccessor - code 2 of 3
This code takes a video of droplets made in a T-Junction and turns it into a sawtooth signal.
alrededor de 11 años hace | 1 descarga |
Enviada
The Magnetic Vector Field Made By Six Rings of Current
This code generates the XY vector field of the magnetic field made by six rings of current in a box.
alrededor de 11 años hace | 1 descarga |
Enviada
Droplet Video Proccessor - code 1 of 3
This code processes video of droplet production and does statistics on each droplet made.
alrededor de 11 años hace | 1 descarga |
Enviada
The Magnetic Vector Field Made by a Ring of Current
This code makes the vector field generated by a single ring of current.
alrededor de 11 años hace | 3 descargas |
Enviada
Energy Density for a Single Ring of Current
This makes the energy density generated by a single ring of current sitting in the XY plane.
alrededor de 11 años hace | 1 descarga |
Pregunta
Inserting a tab character into a string
I am attempting to insert a space into a string. Here is my code: t1 = 'Control Chart For '; t2 = '\t'; t3 = num2str(...
casi 14 años hace | 5 respuestas | 4
5
respuestasPregunta
Checking file names
Hello, I am writing a file to excel. Here is the code: xlswrite('data.xls', file); How can I check t...
casi 14 años hace | 1 respuesta | 0
1
respuestaPregunta
Saving a Bilevel - or Binary Image
Hello, I am creating a black and white movie in my code. I create a 4 dimensional matrix of zeros. Each number in ...
casi 14 años hace | 2 respuestas | 0
2
respuestasPregunta
Creating a matrix of blank spaces.
If I wanted to create a matrix of blanks spaces I would use the following command: A = [' ', ' '; ' ', ' ';]; but what if ...
casi 14 años hace | 5 respuestas | 5