photo

JAY R


Last seen: 2 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Image Processing, Signal Processing Statistical Signal Processing

统计学

All
MATLAB Answers

6 个提问
3 个回答

Cody

0 个问题
1 个答案

ThingSpeak

1 公开的 个频道

排名
8,647
of 300,950

声誉
5

贡献数
6 个提问
3 个回答

回答接受率
66.67%

收到投票数
3

排名
 of 21,120

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
113,145
of 171,885

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
30

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

频道


Demo

3 years 前

已回答
How to scale/normalize values in a matrix to be between -1 and 1
function data = normalize(d) % the data is normalized so that max is 1, and min is 0 data = (d -repmat(min(d,[],1),size(d,...

10 years 前 | 0

已回答
How to read the specific numbered image from a serially numbered image
for XX=1:10 for YY=1:10 for Z = 1:10 Iname1=sprintf('I%1.2d_%1.2d_%d.bmp', XX, YY,Z) ...

11 years 前 | 0

| 已接受

提问


How to read the specific numbered image from a serially numbered image
Hi everyone, I would folder of 1000 image with the number from "IM_NN_PP.jpg" form. such that (M,NN,PP are the integer number)...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to get Path of all opened script in matlab editor
Hi everyone, My matlab editor have many files loaded in every time. I want to get the path of all the files which are opened...

11 years 前 | 0 个回答 | 1

0

个回答

提问


how do I know the algorithm which I used in image processing approaches is computationally efficient using matlab? What are the ways to check the computational efficiency?
I am using Matlab based image processing and want to know, What are the different ways to check the computationally efficient m...

11 years 前 | 0 个回答 | 0

0

个回答

已回答
How to re-open all the m.files
I got the same problem and I got recovered my docked files from the editor. I have tried Yair Altman's post but not understoo...

11 years 前 | 2

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

13 years 前

提问


deonising the signal using wavemanu
i am doing 1D signal denoising. if i use wavemanu then can i get the code of it. i want to remove 2D tab from it, and i want to ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


signal denoising using wavelet transform
how i go for wavelet transform in doing signal denoising

14 years 前 | 1 个回答 | 0

1

个回答

提问


signal denoising using wavelet transform
how do i use wavelet transform in denoising the signal also how i calculate psd? help me. thanks in advance

14 years 前 | 1 个回答 | 0

1

个回答