photo

Angel Torrado-Carvajal


Last seen: 6日 前 2012 年からアクティブ

Followers: 0   Following: 0

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

統計

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

バッジを表示

Feeds

表示方法

解決済み


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

7年弱 前

解決済み


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

7年弱 前

解決済み


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

7年弱 前

解決済み


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

7年弱 前

解決済み


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

7年弱 前

解決済み


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

7年弱 前

解決済み


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

7年弱 前

解決済み


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

7年弱 前

解決済み


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

8年弱 前

解決済み


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

8年弱 前