photo

Sajad Sadeghkhani


Last seen: presque 4 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
2 Réponses

RANG
5 378
of 302 089

RÉPUTATION
9

CONTRIBUTIONS
5 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
20.0%

VOTES REÇUS
3

RANG
 of 21 539

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 178 760

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


recordblocking dos not record anything
I have same problem as here but I have Windows 10 1904 MATLAB 2019b. myVoice = audiorecorder; recordblocking(myVoice, 5); y =...

environ 5 ans il y a | 1 réponse | 1

0

réponse

Question


how to make a new figure in GUI by pressing pushbutton without changing in window size & position ?
I acctually made new figure by performing codes below in push button callback: open ('figure2.fig'); close(gcbf) Ob...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to assemble DICOM images as a raw 4:0:0 video data?
I'm trying to compress dicom images series with H.265 but first I need to make them as raw 4:0:0 video data since H.265 is used ...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Question


How to assemble DICOM images as a raw 4:0:0 video data?
I'm trying to compress dicom images series with H.265 but first I need to make them as raw 4:0:0 video data since H.265 is used ...

environ 9 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
I have a matlab code for denoising the random noisy image, and I want to use it in a system generator.So how to convert my entire code into simple mfunction.Please reply if some one know solution to my problem.
In the first line type: [out1,out2]=function_name(x) choose your function name and write it in 'function_name' place fo...

environ 10 ans il y a | 1

| A accepté

Réponse apportée
How do I reduce image brightness and increase image contrast?
You should map it with a transform. I2 = histeq(I); imshow(I2) %contrast enhancing to reduce brightness: I=doubl...

environ 10 ans il y a | 1

Question


Distance measurement in image using dots which have determined distance with each other. So it is possible to measure how much length does every pixel have in real world in the picture!
HI. I want to detect a curve of waterfall by edge detection, but it's clear that the shape of curve is dependent to camera situa...

environ 10 ans il y a | 1 réponse | 0

0

réponse