Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
85.814
of 301.273
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
11.11%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.212
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 173.726
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
Calculate covariance of a matrix without using cov(matrix)
sdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvsdvs...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Adding effects to imported pictures
The goal of what I am trying to do it import an image with inputs of amplitude and frequency and produce a wave over the picture...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Wave effect over an image in matlab
Is there a way to import a color image into matlab and then create a wave over the image? I know that you can use the fact that ...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Flip image from one side to another
Once you upload a picture into matlab is there anyway that you can take the one half, for example the left half and flip it onto...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with image manipulation (blur)
I have the code img=imread('x.jpg'); img = im2double(img); avg3 = ones(3)/9; k1 = imfilter(img, avg3,'conv'); ims...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Convolutions and kernals to .jpg
I have already loaded a .jpg into matlab and made it a double. How do you apply a convolution using a kernal to this image using...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Rotation around polygon loop
theta = linspace( pi, -pi, 10); r = 5; x = r*cos(theta); y = r*sin(theta); plot(x,y,'r'); axis equal; hold on; th...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Moving Object around Ploygon
I have created a polygon with 9 sides and a radius of 5 using the code below. I want to be able to take an object and move it ar...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Change circle to Points on circle
I have the code: th = linspace(pi/2,-pi/2,100); x = cos(th); y = sin(th); plot(x,y); axis equal; end This cre...
alrededor de 9 años hace | 1 respuesta | 0
