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.
Statistik
RANG
153.385
of 295.448
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
317 of 20.227
REPUTATION
4.761
DURCHSCHNITTLICHE BEWERTUNG
4.90
BEITRÄGE
10 Dateien
DOWNLOADS
105
ALL TIME DOWNLOADS
44607
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
lorentzfit(x,y,varargin)
LORENTZFIT fits a single- or multi-parameter Lorentzian function to data
mehr als 4 Jahre vor | 61 Downloads |
Gelöst
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...
etwa 7 Jahre vor
Gelöst
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...
mehr als 7 Jahre vor
Gelöst
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 ...
mehr als 7 Jahre vor
Gelöst
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...
mehr als 7 Jahre vor
Gelöst
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 ...
mehr als 7 Jahre vor
Gelöst
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...
mehr als 7 Jahre vor
Frage
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 (...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortGesendet
nortonbeer(W,varargin)
NORTONBEER produces a one-dimensional Norton-Beer apodization filter
mehr als 7 Jahre vor | 4 Downloads |
Frage
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 ...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortGelöst
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
etwa 8 Jahre vor
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
etwa 8 Jahre vor
Gelöst
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 ...
etwa 8 Jahre vor
Gelöst
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...
etwa 8 Jahre vor
Gelöst
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:...
etwa 8 Jahre vor
Gesendet
Grayscale Canny Edge Detection
Performs Canny edge detection with grayscale magnitude and direction outputs
etwa 9 Jahre vor | 1 Download |
Frage
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...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortGesendet
dicomLUT
DICOMLUT applies an embedded lookup table to a DICOM image
mehr als 10 Jahre vor | 1 Download |
Gesendet
Center of Mass
CENTEROFMASS finds the center of mass of the N-dimensional input array
mehr als 11 Jahre vor | 3 Downloads |
Gesendet
Point cloud normal vector
NORMND computes the vector normal to points in an N-D point cloud
mehr als 11 Jahre vor | 2 Downloads |
Gesendet
Simpson's 1/3 and 3/8 rules
SIMPSON: Simpson's rule for quadratic and cubic numerical integration
mehr als 12 Jahre vor | 9 Downloads |
Gesendet
Stem and leaf plot
This is a simple utility for making stem and leaf plots output to the command window.
fast 13 Jahre vor | 9 Downloads |
Gesendet
R-square: The coefficient of determination
RSQUARE is a simple routine for computing R-square (coefficient of determination).
fast 13 Jahre vor | 16 Downloads |
Gesendet
OrthoView3D
MATLAB GUI for exploring 3D datasets through a sleek and simple interface (sample dataset included)
fast 13 Jahre vor | 1 Download |