photo

Rowan Quintero


Last seen: 7 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
130,015
of 300,379

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

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

  • Thankful Level 2

View badges

Feeds

View by

Question


Need to display Uint16 .tif image without scaling down or losing resolution
My code involves displaying an image, having the user note things about the image, then taking that information and completing p...

1 year ago | 0 answers | 0

0

answers

Question


How to I generate continuous arrays from two arrays with different data points?
I would like to take two different array data sets: e.g. x1 = [ 1 5 8 20 ]; y1 = [10 12 15 20]; x1 = [2 6 8 19 21]; y1 = [...

2 years ago | 1 answer | 0

1

answer

Question


How do I shade the area between two curves on a plot that is generated by arrays?
For example: x1 = [ 1 2 3 ]; y1 = [2 5 8]; x2 = [1 2.5 3.5]; y2 = [1 6 3]; plot(x1, y1) hold on plot(x2, y2) Thanks fo...

2 years ago | 1 answer | 0

1

answer

Question


How to I convert a binary (logical) image back into double, uint8, etc, without changing what the image looks like in binary?
I took a grayscale image (.tif file) and converted it into binary using imbinarize(). This gave me the desired visual, but now I...

2 years ago | 2 answers | 0

2

answers