Angel Torrado-Carvajal
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.
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
Statistics
RANK
10 501
of 295 605
REPUTATION
4
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20 252
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
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...
ungefär 7 år ago
Solved
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,...
ungefär 7 år ago
load excel sheets with a specific name from the data set
Hi Mikkel, I do not know which data from the sheet you want to assign to the variable, but lets suppose you already have your...
mer än 7 år ago | 0
| accepted
Solved
Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]
mer än 7 år ago
Solved
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...
mer än 7 år ago
Solved
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 ...
ungefär 8 år ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
ungefär 8 år ago
Question
How to increase memory and max array length!?
Hi, I'm trying to process MRI images in MATLAB, but when I try to execute this line: T1_h = h1_aux'*ones(1,2^16); wh...
mer än 12 år ago | 4 answers | 0