photo

Angel Torrado-Carvajal


Last seen: 6 giorni fa Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Angel Torrado-Carvajal is an Associate Professor at the Medical Image Analysis and Biometry Lab, Universidad Rey Juan Carlos, and a Research Fellow at the Athinoula A. Martinos Center for Biomedical Imaging of the Massachusetts General Hospital, Harvard Medical School. He received a M.Sc. on Telecommunications Engineering (2010), a M.Sc. on Biomedical Engineering (2011), a M.Sc. on Computer Science (2014) and a Ph.D. in Medical Imaging (2016) from Universidad Rey Juan Carlos (URJC). He closely collaborates with the Pain and Neuroinflammation Imaging Lab at Martinos Center (MGH, HMS), and the Integrated MR-PET Lab at Martinos Center, the Center for Magnetic Resonance Research (CMRR). His current research interests include image acquisition and processing techniques in novel Ultra-High Field MRI and simultaneous PET/MR systems.

Programming Languages:
Python, C++, Java, R, MATLAB, Arduino, Shell, VHDL
Spoken Languages:
English, Spanish
Pronouns:
He/him
Professional Interests:
Image Processing and Computer Vision, Deep Learning for Image Processing, Image Segmentation and Analysis, Biomedical Imaging

Statistica

All
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1
  • Scavenger Finisher
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...

quasi 7 anni fa

Risolto


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

quasi 7 anni fa

Risolto


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

quasi 7 anni fa

Risolto


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

quasi 7 anni fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

quasi 7 anni fa

Risolto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

quasi 7 anni fa

Risolto


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

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

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

quasi 8 anni fa

Risolto


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

quasi 8 anni fa