photo

Joseph Hollmann


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

I am a PhD student in Electrical Engineering at Northeastern University. My current research is focused on optical imaging for biomedical applications but I have also worked in downhole imaging.

统计学

All
File Exchange

5 文件

Cody

0 个问题
15 个答案

排名
N/A
of 300,997

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
4,187 of 21,134

声誉
350

平均
5.00

贡献数
5 文件

下载次数
5

ALL TIME 下载次数
2908

排名
32,538
of 172,289

贡献数
0 个问题
15 个答案

评分
150

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 1
  • Editor's Pick
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

查看徽章

Feeds

排序方式:

已解决


Remove the Zero
Given an array n, remove all zeros

11 years 前

已解决


Count number of words in string
Count number of words in string E.g. 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3

11 years 前

已解决


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

11 years 前

已解决


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

11 years 前

已解决


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

11 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

11 years 前

已解决


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

11 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 years 前

已解决


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

11 years 前

已解决


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

11 years 前

已解决


vector to string
Determine what the ASCII characters spell out. Example: input = [ 72 73 71 72] output = 'HIGH'

11 years 前

已解决


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

11 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

11 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

11 years 前

已解决


Double colon operator: Counting down
* Construct a row array countValues from startValue to endValue, elements decremented by -2 end Ex: If startValue is 10 and ...

11 years 前

已提交


randomfacegenerator
Function creates random cartoon faces.

13 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


Convert an image to song
This function reads an image file and creates a tone vector

13 years 前 | 1 次下载 |

0.0 / 5

已提交


copyfile
Copies all the files in a directory and all of its subdirectories

13 years 前 | 1 次下载 |

0.0 / 5

已提交


LASimport
Function reads LAS files and returns recorded depth and measured data.

13 years 前 | 1 次下载 |

5.0 / 5

已提交


Viewer for LWD images
Function displays LWD images. It allows the user to scroll through the image, and zoom in and out.

13 years 前 | 1 次下载 |

0.0 / 5
Thumbnail