Statistics
RANK
8,726
of 295,467
REPUTATION
4
CONTRIBUTIONS
13 Questions
4 Answers
ANSWER ACCEPTANCE
69.23%
VOTES RECEIVED
3
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Help with assigning values to a matrix (coursera course)
Hello all, this is from a coursera course on computational neuroscience. What I'm trying to do is gather all the indices for spi...
9 years ago | 0 answers | 0
0
answersQuestion
Applying free hand crop to TWO images simultaneously
Hello, I have two nearly identical images and I'd like to use imfreehand on ONE of the images, but save the boundaries of the dr...
11 years ago | 1 answer | 0
1
answerQuestion
Image processing: when to use script, when to use function
Hello, I am fairly new to matlab. I've just completed my first code. My instructors have told me to convert my script.m file int...
11 years ago | 3 answers | 0
3
answersQuestion
Resizing rotated image to be the flipped size of the original image
Hello, I'm trying to maintain the size of my image. You can see in this image, the rotated image is cut off. (i formed the origi...
11 years ago | 2 answers | 0
2
answersQuestion
Grayimage back to green
Hello, how can I convert this grayimage back to an rgb with green fluorescence? << <</matlabcentral/answers/uploaded_f...
11 years ago | 1 answer | 0
1
answerQuestion
Aligning subplots (width) in a figure
Hello, I'd like to align the x axes of my two subplots. I can adjust it a little bit, but I'd like it to match up perfectly. Hel...
11 years ago | 1 answer | 0
1
answerAligning subplots (width) in a figure
I figured it out. had to adjust the axis ratios %% Graphing Fluorescent Intensity clc; clear all; close all; fon...
11 years ago | 1
| accepted
Question
Aligning subplots (width) in a figure
Hello, I'm having trouble having my subplots align (width). Any ideas? %% Graphing Fluorescent Intensity clc; clea...
11 years ago | 2 answers | 0
2
answersQuestion
Averaging brightness/fluorescent intensity in columns (y axis)
Hello, I'm trying to find the average brightness of the columns (y direction) of an image and have these for each column along t...
11 years ago | 1 answer | 0
1
answerPLEASE HELP! Repeated segments in image
Figured it out! Sorry for the frequent questions today. This is due tomorrow for a course, but I just finished so no more questi...
11 years ago | 0
Question
PLEASE HELP! Repeated segments in image
Hello, I pasted several leg segments onto a black background; however, some of the smaller leg segments are repeated. It sho...
11 years ago | 1 answer | 0
1
answerPasting multiple images, but gets cut off (PLEASE HELP!)
I figured it out! I just need to remove the r2 = min() and c2 = min() portion of the code and it worked beautifully. Thank y...
11 years ago | 0
| accepted
Question
Pasting multiple images, but gets cut off (PLEASE HELP!)
Hello, I am pasting multiple images onto a black image; however, some of the images are no longer shown at ~the 4806 pixel m...
11 years ago | 2 answers | 0
2
answersPasting multiple images in a line onto another image?
Actually, I think I've figured it out! Just use the row sizes of each of the images to determine the placement of the next image...
11 years ago | 0
| accepted
Question
Pasting multiple images in a line onto another image?
Hello, I am trying to paste multiple smaller images (9 rectangles of different sizes) onto a black background. The center ho...
11 years ago | 1 answer | 0
1
answerQuestion
Free hand cropping an image
Hello all, I saw this post recently on this forum by Sean de Wolski on 19 Jun 2013. This is to free hand crop an image and b...
11 years ago | 1 answer | 1
1
answerQuestion
Flipping image coordinates to cartesian coordinates
I am new to mablab. I have an image (the size is mxnx3) with a few human-selected points on the image. For example: p1 = [267...
11 years ago | 1 answer | 1