photo

Muhamed Sewidan


Mansoura University

Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

14 質問
0 回答

Cody

0 問題
3 解答

ランク
142,661
of 301,664

評判
0

コントリビューション
14 質問
0 回答

回答採用率
35.71%

獲得投票数
0

ランク
 of 21,377

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
78,900
of 176,019

コントリビューション
0 問題
3 解答

スコア
40

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Solver
  • Thankful Level 3

バッジを表示

Feeds

表示方法

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

6年以上 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6年以上 前

解決済み


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

6年以上 前

質問


How can I color something in an image with a specific color?
I have the following image, and segment all the fringes (the black vertical lines) to select them for coloring them letter, but ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I recombine two color channels after separating all the channels?
I separated the color channels of an image, and i want to combine every two channels again without the third, how can I perform ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Can anyone help me to reconstruct this image?
I have many images (like the following image) that contain some vertical lines, I want to reconstruct them to have a better imag...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


How can I reconstruct an RBG image?
I have the following image. Is there any way to reconstruct this image without all the noise and the blurring in it (with the s...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


How can I make matlab identify a specific feature in an image?
I have two images I want matlab to process them; first one: a white sheet with few black dots (like domino cards), I want Matlab...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


Every time I want to add labels to my colorbar, it says there is an error with the property, can any one help me?
c= colormap; colorbar('ticks',[19.5,24],'ticklabels',{'Valley','Hill'}) it says error in the last row, can anyone help me?

約7年 前 | 0 件の回答 | 0

0

回答

質問


How to draw a cylinder that has an irregular cross section and changing along the cylinder length?
I need to draw a cylinder that has a different radius around the rotation axis, and these radii change along that cylinder, thes...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to make a 3D reconstruction of data from laser diffraction?
I have a data from a laser diffraction technique used to study a polymeric fibre, and I want to create a 3D construction for thi...

約7年 前 | 0 件の回答 | 0

0

回答

質問


How can I make Matlab measure a specific distance in a given image?
I have an image like this, and I need Matlab to measure the distance under the fringe shift.

7年以上 前 | 0 件の回答 | 0

0

回答

質問


What does FFT do to the image?
What does it mean when all the cells values become complex ? and after using abs command for the first 10 rows, the values in t...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to learn the deep learning in Matlab?
how can I learn to use the deep learning in Matlab? and what do I need to learn it?

7年以上 前 | 0 件の回答 | 0

0

回答

質問


Is there any way to cut or delete a part in an image?
I have an image that contains a lot of undesired spots, dots and lines. Like this. Is there any way to remove them without ...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to remove the RGB noise from image?
I have some RGB images that contain many red, green and blue dots, How can I reomve them without affecting the quality, contrast...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


Does make it faster in calculation if i write the variables as letter rather than words ?
I have a code which takes so long processing, in this code the variables are written as words rather than letters, would it make...

7年以上 前 | 1 件の回答 | 0

1

回答