Rajesh
IISC
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
187.420
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Adding elements to matrix
I have [1 2 3 4 5 6 7 8 9 10]. I want the new matrix [0 1 2 0 3 4 0 5 6 0 7 8 0 9 10 0] that is I need to add zero after each tw...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
Vectorized summation for vectorized indices
Hi, I need to write a code for the following summation. Thanks in advance. Where k=1,2,3...... For example if one considers u...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Changing elements of row after certain element of m*n matrix
Hi, I have a m*n matrix where some of rows are like these for exmaple x=[-1,-0.65,-0.45,0,0.3,0.8,1,0.4,0.2,-0.1; -1,-...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Changing elements of row after certain element
Hi, I have a m*n matrix where some of rows are like these for exmaple [-1,-0.65,-0.45,0,0.3,0.8,1,0.4,0.2,-0.1] Now I nee...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Changing numbers in dataset
Hi, I have a dataset of size m*n. The dataset only contains integer numbers between 1 to 5. Now I want to change the number...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Replacing some elements in the row with maximum value along the row
Hi, I want to replace some elements of each rows in a matrix with the maximum value along the rows. For example, ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I have m*n matrix. I want keep only those rows whose atleast one element is greater than any specific value such as 1.
I have m*n matrix. I want keep only those rows whose atleast one element is greater than any specific value such as 1.
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Using all cores in parallel computing toolbox
I want to use all the core present in my pc. I have used matlabpool('open',core number) command at the starting of the program a...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
I have X(r) which has different value in different r. How can I integrate f(r)=(X(r)-constant)/constant w.r.t dr from 0 to infinity? I know at r =0, f(r)=1 and r=infinity f(r)=0. i.e integration will converge.
I have X(r) which has different value in different r. How can I integrate f(r)=(X(r)-constant)/constant w.r.t dr from 0 to infin...
más de 10 años hace | 0 respuestas | 0