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.
Estadística
CLASIFICACIÓN
153.422
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
317 of 20.262
REPUTACIÓN
4.763
EVALUACIÓN MEDIA
4.90
CONTRIBUCIONES
10 Archivos
DESCARGAS
110
ALL TIME DESCARGAS
44627
CLASIFICACIÓN
31.783
of 154.257
CONTRIBUCIONES
0 Problemas
12 Soluciones
PUNTUACIÓN
130
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
lorentzfit(x,y,varargin)
LORENTZFIT fits a single- or multi-parameter Lorentzian function to data
más de 4 años hace | 62 descargas |
Resuelto
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...
alrededor de 7 años hace
Resuelto
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...
más de 7 años hace
Resuelto
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 ...
más de 7 años hace
Resuelto
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...
más de 7 años hace
Resuelto
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 ...
más de 7 años hace
Resuelto
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...
más de 7 años hace
Pregunta
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 (...
más de 7 años hace | 1 respuesta | 0
1
respuestaEnviada
nortonbeer(W,varargin)
NORTONBEER produces a one-dimensional Norton-Beer apodization filter
más de 7 años hace | 4 descargas |
Pregunta
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 ...
casi 8 años hace | 1 respuesta | 0
1
respuestaResuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
alrededor de 8 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
alrededor de 8 años hace
Resuelto
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 ...
alrededor de 8 años hace
Resuelto
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...
alrededor de 8 años hace
Resuelto
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:...
alrededor de 8 años hace
Enviada
Grayscale Canny Edge Detection
Performs Canny edge detection with grayscale magnitude and direction outputs
alrededor de 9 años hace | 1 descarga |
Pregunta
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...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 10 años hace | 1 respuesta | 0
1
respuestaEnviada
dicomLUT
DICOMLUT applies an embedded lookup table to a DICOM image
más de 10 años hace | 1 descarga |
Enviada
Center of Mass
CENTEROFMASS finds the center of mass of the N-dimensional input array
más de 11 años hace | 3 descargas |
Enviada
Point cloud normal vector
NORMND computes the vector normal to points in an N-D point cloud
más de 11 años hace | 2 descargas |
Enviada
Simpson's 1/3 and 3/8 rules
SIMPSON: Simpson's rule for quadratic and cubic numerical integration
más de 12 años hace | 11 descargas |
Enviada
Stem and leaf plot
This is a simple utility for making stem and leaf plots output to the command window.
casi 13 años hace | 9 descargas |
Enviada
R-square: The coefficient of determination
RSQUARE is a simple routine for computing R-square (coefficient of determination).
casi 13 años hace | 16 descargas |
Enviada
OrthoView3D
MATLAB GUI for exploring 3D datasets through a sleek and simple interface (sample dataset included)
casi 13 años hace | 1 descarga |