photo

Saif Sayed


Last seen: 5년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
246,817
of 300,369

평판
0

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


i am implementing eulerian video magnification and i got these error
Error using VideoReader/initReader (line 734) The filename specified was not found in the MATLAB path. Error in audiovideo.i...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to apply eulerian video magnification
eulerian video magnification

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i want to make a filter that will eliminate pixel value less than 200 and then add the values of all pixel greater than 200
clc clear all I = imread('saif1.jpg'); J = rgb2gray(I); figure, imshow(I), figure, imshow(J);

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


I want to plot sine wave of pixel of image
clc clear all I = imread('saif1.jpg'); J = rgb2gray(I); figure, imshow(I), figure, imshow(J); J; plot (J);

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


i want my graph to start from 0 after writing this code it starts from 1
clc clear all for x=1:1:51 y(x)=-0.0349*(exp(0.548*x*0.1))+8.549*(exp(-0.548*x*0.1))+0.119; end plot(y)

대략 6년 전 | 답변 수: 1 | 0

1

답변