photo

Andrew Davies


Last seen: 8 months ago Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
4 Answers

Cody

0 Problems
7 Solutions

ThingSpeak

1 Public Channel

RANK
13,350
of 300,508

REPUTATION
3

CONTRIBUTIONS
2 Questions
4 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
48,300
of 169,435

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
80

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
1 Public Channel

AVERAGE RATING
30

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Solver
  • First Answer

View badges

Feeds

View by

Question


Web site preferences in help browser
I just installed R2021a, and selected the web option for the help. On every session, the first time I start the help browser (e....

4 years ago | 3 answers | 1

3

answers

Answered
"Quality" property of VideoWriter object doesn't do anything. How to get higher quality mp4 video?
I have the same issue. The default quality is terrible, which makes the MPEG-4 format unusable for me.

6 years ago | 0

Answered
Implementing Sobel Gradient without image package
kx= [1 ,0 ,-1; 2,0,-2; 1, 0 ,-1]; ky= [1,2,1; 0,0, 0; -1, -2 ,-1]; H = conv2(im2double(my_img),kx,'same'); ...

7 years ago | 0

Answered
Need help resolving error "Index exceeds matrix dimensions"
Your problem is that the loop starts with x=0. You then try to access C(x). Arrays start indexing at 1 in MATLAB, so you can't h...

7 years ago | 0

Answered
How to binarize a signal?
Depends on the criteria you want to use to create your binary signal, but simply using a comparison operator on an array works. ...

7 years ago | 0

Question


Can I change the interpolation used in images shown in a GUI?
I often display images in a resizable GUI. The interpolation used on the image to make it fit in the specified axis provides poo...

7 years ago | 1 answer | 0

1

answer