photo

Andrew Davies


Last seen: 6 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

2 个提问
4 个回答

Cody

0 个问题
7 个答案

ThingSpeak

1 公开的 个频道

排名
14,370
of 299,837

声誉
3

贡献数
2 个提问
4 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,816

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
47,626
of 166,201

贡献数
0 个问题
7 个答案

评分
80

徽章数量
1

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
30

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

提问


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 前 | 3 个回答 | 1

3

个回答

已回答
"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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

提问


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 前 | 1 个回答 | 0

1

个回答