photo

Sajad Sadeghkhani


Last seen: 3 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
2 个回答

排名
5,309
of 301,496

声誉
9

贡献数
5 个提问
2 个回答

回答接受率
20.0%

收到投票数
3

排名
 of 21,302

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,859

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


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

4 years 前 | 0 个回答 | 1

0

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

已回答
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...

9 years 前 | 1

| 已接受

已回答
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...

9 years 前 | 1

提问


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

9 years 前 | 0 个回答 | 0

0

个回答