photo

JAY R


Last seen: 2년 초과 전 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,597
of 300,364

평판
5

참여
6 질문
3 답변

답변 채택
66.67%

획득한 표
3

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
110,887
of 168,407

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
1 공개 채널

평균 평점
30

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

채널


Demo

2년 초과 전

답변 있음
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년 초과 전 | 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) ...

10년 초과 전 | 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)...

10년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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:...

12년 초과 전

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 14년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변