photo

Matthew Moynihan


The University of Rochester - The Laboratory for Laser Energetics

自 2011 起处于活动状态

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

统计学

All
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission

查看徽章

Feeds

排序方式:

提问


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(...

13 years 前 | 5 个回答 | 4

5

个回答

提问


Checking file names
Hello, I am writing a file to excel. Here is the code: xlswrite('data.xls', file); How can I check t...

13 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

13 years 前 | 2 个回答 | 0

2

个回答

提问


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 ...

13 years 前 | 5 个回答 | 5

5

个回答