![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2714347.jpg)
Jered Wells
Duke Health
Radiation physicist at Landauer Medical Physics specializing in medical image processing, radiation dosimetry, and medical image quality and metrology. Other specialties include noise/dose reduction, image segmentation, and algorithm development.
Statistiques
RANG
254 228
of 297 046
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
318 of 20 422
RÉPUTATION
4 783
CLASSEMENT MOYEN
4.90
CONTRIBUTIONS
10 Fichiers
TÉLÉCHARGEMENTS
102
ALL TIME TÉLÉCHARGEMENTS
44830
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
lorentzfit(x,y,varargin)
LORENTZFIT fits a single- or multi-parameter Lorentzian function to data
plus de 4 ans il y a | 43 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e582c465-4a80-11e4-9553-005056977bd0/237e54cf-64c5-4dab-99eb-272e6ec84f56/images/screenshot.jpg)
A résolu
How to subtract?
* Imagine you need to subtract a few numbers using MATLAB. * You will not be using eval for this task. * Given two ASCII strin...
plus de 7 ans il y a
A résolu
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
plus de 7 ans il y a
A résolu
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
plus de 7 ans il y a
A résolu
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
plus de 7 ans il y a
A résolu
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
plus de 7 ans il y a
A résolu
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
plus de 7 ans il y a
Question
How to use neural network to perform image segmentation?
I have a clinical need to perform lung segmentation on AP and PA chest radiographs. Using conventional segmentation techniques (...
plus de 7 ans il y a | 1 réponse | 0
1
réponseA soumis
nortonbeer(W,varargin)
NORTONBEER produces a one-dimensional Norton-Beer apodization filter
plus de 7 ans il y a | 4 téléchargements |
Question
Why does MATLAB resample display data for *some* large images and not others? Can this be turned off?
When displaying large images (i.e. images with dimension greater than the screen resolution) using IMSHOW, IMAGESC, and similar ...
environ 8 ans il y a | 1 réponse | 0
1
réponseA 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 8 ans il y a
A résolu
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
plus de 8 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 8 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
plus de 8 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 8 ans il y a
A soumis
Grayscale Canny Edge Detection
Performs Canny edge detection with grayscale magnitude and direction outputs
plus de 9 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/52956/versions/1/screenshot.png)
Question
Can I run a "clear java" command but still keep a variable in the workspace?
Hi: I am trying to run "clear java" after temporarily modifying some files in the dynamic Java path. This also clears all var...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
Use ImageJ to read DICOM header data
MATLAB's dicominfo function sometimes misreads DICOM header data. I'd like to automatically call ImageJ from the MATLAB command ...
environ 10 ans il y a | 1 réponse | 0
1
réponseA soumis
dicomLUT
DICOMLUT applies an embedded lookup table to a DICOM image
presque 11 ans il y a | 1 téléchargement |
A soumis
Center of Mass
CENTEROFMASS finds the center of mass of the N-dimensional input array
presque 12 ans il y a | 3 téléchargements |
A soumis
Point cloud normal vector
NORMND computes the vector normal to points in an N-D point cloud
presque 12 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/41609/versions/1/screenshot.jpg)
A soumis
Simpson's 1/3 and 3/8 rules
SIMPSON: Simpson's rule for quadratic and cubic numerical integration
presque 13 ans il y a | 7 téléchargements |
A soumis
Stem and leaf plot
This is a simple utility for making stem and leaf plots output to the command window.
environ 13 ans il y a | 37 téléchargements |
A soumis
R-square: The coefficient of determination
RSQUARE is a simple routine for computing R-square (coefficient of determination).
environ 13 ans il y a | 5 téléchargements |
A soumis
OrthoView3D
MATLAB GUI for exploring 3D datasets through a sleek and simple interface (sample dataset included)
environ 13 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/35037/versions/3/screenshot.png)