photo

Joseph Hollmann


Actif depuis 2012

Followers: 0   Following: 0

Message

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.

Statistiques

All
File Exchange

5 Fichiers

Cody

0 Problèmes
15 Solutions

RANG
N/A
of 301 573

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
4 198 of 21 336

RÉPUTATION
351

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
5 Fichiers

TÉLÉCHARGEMENTS
9

ALL TIME TÉLÉCHARGEMENTS
2916

RANG
33 231
of 175 520

CONTRIBUTIONS
0 Problèmes
15 Solutions

SCORE
150

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

A résolu


Remove the Zero
Given an array n, remove all zeros

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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.

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

A soumis


randomfacegenerator
Function creates random cartoon faces.

environ 13 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


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

environ 13 ans il y a | 3 téléchargements |

0.0 / 5

A soumis


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

plus de 13 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


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

plus de 13 ans il y a | 3 téléchargements |

5.0 / 5

A soumis


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

plus de 13 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail