![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15837184_1563649341917_DEF.jpg)
Desiree
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
30.525
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
61.54%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
why am I getting this difference in the plotting?
I have a system of equations: This system satisfies a relation where is an initial condition. For I plotted the relation...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
How it changes the the resulting figure?
Hello. I wrote a code that makes a 2d embedding from the columns of P to the first 2 non trivial eigenvectors and works fine. ...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
converting this LIBSVM data to a normal matrix?
Hello, I need to convert this LIBSVM data in form of struct with 2 fields to a normal matrix 8192x12. The data is here: https:...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Getting inf in matrix?
I wrote a code where I’m implementing an algorithm. The code works, but the values in my Z matrix are all inf and I don’t know w...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Plotting test time or train time?
I be have an algorithm which has the O((n*log(n))/eps^2 + d*log^3(n)/eps^4) train time where eps and d here are fixed. I want t...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Embedding data points problem
Hello. I wrote this following which I have theta data column points (1024 in my case)and finds the eigenvectors of the Laplace-...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating a vector randn
Hi, I would like to know how to create a 1x301 vector that has Gaussian distribution with 0 mean and some variance sigma. Th...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add a noise in Shepp Logan Phantom?
Hello. I wish to know how to add for example SNR=(-5)DB or SNR=(-3)DB to a Shepp Logan Phantom. I already know how to deploy...
casi 5 años hace | 0 respuestas | 1
0
respuestasPregunta
Finding intrinsic dimensionality of data set
Suppose I have a random (100,10) matrix. Here’s a code that gives the pca: rng 'default' X=rand(100,10); X=bsxfun(@minus...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to calculate amplitude of each frequency?
I have an image and I have a code which gives the 2d fft of each color of the image. Now I need to calculate the amplitude of ea...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Why it doesn’t work out?
I have an image im=imread(...)/255 and If want to take the 2d fft of a color then I use this: im=im(:,:,1); im_fft2=fft2...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Display maximal value in a range?
Hello. I would like to display the max(abs(sigma)) from around t=7 to t=10 from this code. The plot is from 0 to 10 and I tried ...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How to plot this while loop?
Hello. I’m trying to plot this while loop with no success. Each time it gives me a blank plot. Tried using hold on at the end of...
más de 5 años hace | 1 respuesta | 0