dunphy
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
202.491
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
27.27%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Counting number of objects based on color
How do you make a script which codes for counting the number of objects based on color?
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Making matrix with letters
How do I make NxN matrix using letter? This matrix should also be viewed in image.
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
An NxNxN matrix code
How do I code for NxNxN matrix using a letter.
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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.
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I change the header name of csv files?
Here are the screenshots of my code and the ouput too
más de 4 años hace | 1 respuesta | 0