photo

dunphy


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
169,843
of 297,503

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
27.27%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Using Stretchlim and Imadjust (automatically and manually)
How do I correct my code by (1) first getting an output which uses stretchlim and imadjust to adjust the contrast of an image...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Counting number of objects based on color
How do you make a script which codes for counting the number of objects based on color?

3 years 前 | 1 个回答 | 0

1

个回答

提问


Coding colors with the use of combing matrices
How do I make a code that will mix R,G,B matrices to form yellow, orange and pink?

3 years 前 | 1 个回答 | 0

1

个回答

提问


Image to Grayscale box
How do I change the color of image to a grayscale box? This is my code yellow = [1,1,0; 1,1,0]; %yellow color orange = [0.85...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Making matrix with letters
How do I make NxN matrix using letter? This matrix should also be viewed in image.

3 years 前 | 1 个回答 | 0

1

个回答

提问


An NxNxN matrix code
How do I code for NxNxN matrix using a letter.

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to create a colored, with three equally spaced rows of colors horizontally with a dimension of 6x5x3
yellow = [1,1,0] orange = [0.8500,0.3250,0.0980] pink = [1, 0.5, 0.8] tci = cat (3,yellow,orange,pink) image (tci) I I...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How do i use fimplicit function for a graph?
How do i do this using fimplicit function? I tried it and a heart comes out in a graph. I would just like to know if there sho...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I open an excel file using xlsread?
What command should I use in order to read an excel file in matlab? I'm using R2019b in Mac.

5 years 前 | 1 个回答 | 0

1

个回答

提问


How can I tell the user what type of graph has been produced from his/her input?
Type of graph such as linear graph, etc., Here is my code and I have no idea how to make a program that satisfies my question ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How do I change the header name of csv files?
Here are the screenshots of my code and the ouput too

5 years 前 | 1 个回答 | 0

1

个回答