Divij Gupta
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
84.583
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
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
Integration of a piecewise multivariable function
I have a function I need to integrate. The function is a product of 2 functions, one a function in x and the the other a piecewi...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Fit data to array values
I have a certain array of theoretical values which forms the y values of a graph. This graph is not analytic, so the theoretical...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Signal smoothing for logarithmic timescale
I want to perform signal smoothing for the graph shown above. However, using the method shown in MATLAB documentation is not w...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Retrieve cell of matrices from text file
I have a cell X such that X{i} is a 10x10 matrix. There are about 500 of these matrices. I am using writecell(X,"textfile") to w...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to save data when execution is paused
I have a code runs a loop a million times. In each iteration, a new row of data is filled into a matrix. I want to find a way su...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Prod giving a different answer than repeated multiplication
X(:,:,1) = [0.0000 + 0.0000i 0.0000 + 0.0000i 1.0000 + 0.0000i 0.0000 + 0.0000i;0.0000 + 0.0000i 0.0000 + 0.0000i 0.00...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Vectorise matrix element multiplication
I want to find a way to vectorise the following operation: Take q random elements from the cell Z (which is populated by matric...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Vectorise a matrix multiplication chain
I want to find a non-loop way to do the following: for c = 1:q h = h*Z{c}; end Basically, how can I vectorise Z{1}*Z{2}...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Computing 4th cumulant of Gaussian variable
I am trying to write a program to compute the 4th cumulant for a given array of numbers. For a test, I'm generating an array of ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Element by element multiplication of a matrix
I have a function f = e^(tH), where H is a square matrix. I want to compute this function for each value of t = 0:10:100 so I ca...
más de 3 años hace | 2 respuestas | 0