Perry Orthey - MATLAB Central
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
CodyMATLAB AnswersFrom 09/16 to 04/25Use left and right arrows to move selectionFrom 09/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
1 个回答

Cody

0 个问题
8 个答案

排名
23,211
of 297,986

声誉
2

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,517

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
42,015
of 160,028

贡献数
0 个问题
8 个答案

评分
90

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

已解决


Basic electricity in a dry situation
This is a very hypothetical situation between two individuals in a very dry atmosphere. He came running in rubber boots when...

7 years 前

已解决


Van Eck's Sequence's nth member
Return the Van Eck's Sequence's nth member. For detailed info : <http://oeis.org/A181391 OEIS link> and <https://www.theguard...

7 years 前

已解决


Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...

7 years 前

已解决


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer whi...

7 years 前

已解决


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

7 years 前

已解决


Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...

7 years 前

已解决


How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...

7 years 前

已回答
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

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8 years 前