photo

Perry Orthey


Temple University

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

I work in image processing at Temple University Hospital in Philadelphia, PA. I use Matlab's image processing toolbox to do most of the automation and analysis of gastric images.
I have a bachelor's and a master's degree in mechanical engineering.

统计学

All
  • First Answer
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

已回答
sprintf to cell array
You could use strsplit: C = {'a','b'}; Output = strsplit(sprintf('Letter:%s \n',C{:})); Although this gives you one e...

8 years 前 | 1