photo

Saif Sayed


Last seen: oltre 5 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
246.817
of 300.381

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
20.0%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


how to apply eulerian video magnification
eulerian video magnification

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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);

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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);

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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)

circa 6 anni fa | 1 risposta | 0

1

risposta