dunphy
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
202,491
of 295,569
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
27.27%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
Making matrix with letters
How do I make NxN matrix using letter? This matrix should also be viewed in image.
3 years ago | 1 answer | 0
1
answerQuestion
An NxNxN matrix code
How do I code for NxNxN matrix using a letter.
3 years ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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.
4 years ago | 1 answer | 0
1
answerQuestion
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 ...
4 years ago | 0 answers | 0
0
answersQuestion
How do I change the header name of csv files?
Here are the screenshots of my code and the ouput too
4 years ago | 1 answer | 0