Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
20.385
of 302.028
REPUTACIÓN
2
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 21.509
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 178.268
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
Index in position 1 is invalid. Array indices must be positive integers or logical values.
I've attached my code below. I keep getting the issue of incorrect indexing but I'm not sure why this is as I have defined my fo...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot a circle onto a 3d graph
If I wanted to plot a filled in black circle at a specific coordinate, with no specific radius, say at x = 50, y= 55, z =60, how...
casi 9 años hace | 2 respuestas | 2
2
respuestasPregunta
How to figure out which rows I delete and record them?
So I have the following code function [Vnew, rows_removed] = removerows(V) x = isfinite(V); y = all(x,2); Vnew=...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Randomly scramble letters in a single word
So I am trying to create a function that would take in a word when the function is called and then randomly scramble the letters...
casi 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Reducing intensity in an image using a function
So I'm trying to use mean filtering to process an image. The idea of mean filtering is simply to replace each pixel value in an ...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Using if else statements to change values of pixel in an image
So I am trying to create a function that takes in an image and for every rgb value less than 128, it will change its value to ze...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Image Help with loops
So I just realized that I misread the problem and was supposed to use loops to create the image values for every layer R, G and ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to rotate an image by 225 degrees but still fill up the space entirely, rather than leave edges blackened.
I am trying to rotate the Gimage by 225 so that it looks like the picture displayed below, however, using the permute or imrotat...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Combining Color Images as one
SO I have three separate green, blue, and red images. I want to display these three separate images as one combined image, while...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Creating a color image
I am trying to create a 256X256 image that starts out blue on the left hand side and scales down by one index every column so th...
casi 10 años hace | 1 respuesta | 0
