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.
Statistica
RANK
153.398
of 295.495
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
317 of 20.240
REPUTAZIONE
4.762
VALUTAZIONE MEDIA
4.90
CONTRIBUTI
10 File
DOWNLOAD
111
ALL TIME DOWNLOAD
44615
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
lorentzfit(x,y,varargin)
LORENTZFIT fits a single- or multi-parameter Lorentzian function to data
oltre 4 anni fa | 58 download |
Risolto
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...
circa 7 anni fa
Risolto
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...
oltre 7 anni fa
Risolto
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 ...
oltre 7 anni fa
Risolto
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...
oltre 7 anni fa
Risolto
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 ...
oltre 7 anni fa
Risolto
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...
oltre 7 anni fa
Domanda
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 (...
oltre 7 anni fa | 1 risposta | 0
1
rispostaInviato
nortonbeer(W,varargin)
NORTONBEER produces a one-dimensional Norton-Beer apodization filter
oltre 7 anni fa | 4 download |
Domanda
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 ...
quasi 8 anni fa | 1 risposta | 0
1
rispostaRisolto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
circa 8 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
circa 8 anni fa
Risolto
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 ...
circa 8 anni fa
Risolto
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...
circa 8 anni fa
Risolto
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:...
circa 8 anni fa
Inviato
Grayscale Canny Edge Detection
Performs Canny edge detection with grayscale magnitude and direction outputs
circa 9 anni fa | 1 download |
Domanda
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...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
quasi 10 anni fa | 1 risposta | 0
1
rispostaInviato
dicomLUT
DICOMLUT applies an embedded lookup table to a DICOM image
oltre 10 anni fa | 1 download |
Inviato
Center of Mass
CENTEROFMASS finds the center of mass of the N-dimensional input array
oltre 11 anni fa | 3 download |
Inviato
Point cloud normal vector
NORMND computes the vector normal to points in an N-D point cloud
oltre 11 anni fa | 2 download |
Inviato
Simpson's 1/3 and 3/8 rules
SIMPSON: Simpson's rule for quadratic and cubic numerical integration
oltre 12 anni fa | 11 download |
Inviato
Stem and leaf plot
This is a simple utility for making stem and leaf plots output to the command window.
quasi 13 anni fa | 9 download |
Inviato
R-square: The coefficient of determination
RSQUARE is a simple routine for computing R-square (coefficient of determination).
quasi 13 anni fa | 16 download |
Inviato
OrthoView3D
MATLAB GUI for exploring 3D datasets through a sleek and simple interface (sample dataset included)
quasi 13 anni fa | 1 download |