Rubel Ahmed
University of Wollongong,Australia
Followers: 0 Following: 0
Estadística
19 Preguntas
3 Respuestas
CLASIFICACIÓN
121.916
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
19 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
68.42%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Sorting corresponding index if the position sorted in descend order?
Hi all, I have one dimensional particle aarray say P and the corresponding index I. Later, I have sorted the position data i...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How to export array elements?
Hi all, I have an big array say the size is 40000 by 1 i.e. 40000 rows and 1 column. I want to export effeciently according to...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Find first k largest elements?
Hi all I have an array say A = [1 5 7 4 8 10 14]. I want to find most largest, second most largest and 3rd most largest eleme...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot matlab stream plot?
I have a 2D domain which has diffrent width(X) and length(Y) as attached photo. Say the height Y=0.05 and width X=0.02; I have ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab 2D line plot?
Hi all, I am plotting a 2D plot using command plot(X,Y,'-mo',... 'LineWidth',2,... 'MarkerEdgeColor','k',... '...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Array element rearrange without using conditional statement?
Hi all, I ahve a Array say A = [1 2 3 4 5 10 13 16 17 8 20 7 23 34 15]; I want to keep the position of first 5 elemnts of...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Relpace array elements by another array where both array length are not equal?
Hi all, I have a Array say A = [0 0; 0 0; 0 0; 0 0; 0 0] i.e. array size 5 by 2 A = 0 0 0 0 0 0 ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Radious of curvature calculation from dicreate data set ?
Hi all, I have 2-dimensional data set in X and Y such as X= [0.1, 0.3, 0.4, 0.5, 0.08] Y= [0.2, 0.4, 0.1, 0.3, 0.06] FYI.A...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to store data in regular interval?
Hi all, I am repeating a Array calculation ARPP from time loop for time loops ttt = 1:1:100; In the time loops, I am calcu...
casi 4 años hace | 1 respuesta | 0
1
respuestaHow to save continously generating mat file in a Array in Matlab?
@Walter Roberson Thanks, Can you please describe breifly ?
casi 4 años hace | 0
Pregunta
How to save continously generating mat file in a Array in Matlab?
Hi all, I am running a big Matlab programm for 1million iterations i.e. ttt=1000000. To save the output data after regular in...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Coloring of different index/numbered points
Hi all, I have several points say 100 points. Each points have unique index/number from 1 to 100. I want to see 1 to 20 index p...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How I resume my Matlab job from previous saved data in NCI(Australian supercomputer facilities)?
Hi all, In the NCI facilities, the maximum time to run a job is 48 hours but I need more time to complete my job. So, I nee...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Write script for submitting a matlab job (code is gpu enable) in NCI?
Hi all, I have a gpu enable matlab code. I want to submit this matlab job in NCI to speed up the simulation. I am having issu...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Find index of points between two points?
Hi all, I have an Array A A =[1,2,5,8,4,7,6,3,12]. I want to find the index of those elements which grater than element 5 and...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how I will check the Conditional statement task?
Hi all, Suppose I have a time intervel t = 1:1:100; I can caterize the time intervel as odd and even, So depending on the odd ...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Sorting and replacing data in matlab
Hi all, I have a position Array suppose "A" A =[ 1, 0, 3, 4, 5, 6, 7, 8, 0, 0,15, 20, 10, 9]. I want to replace all those v...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
how to generate a circel which filed with regular points?
Hi all, I want to generate a circel which filled with regular points say 1000 points inside the circel. The point to another ...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Non Zero element appear first with keeping the same size of the matrix?
A = [1 0 2 3;2 0 0 5; 3 0 0 1; 0 0 1 5]; How The matrix will be transformed like this (No-zero element will come first, row wi...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasI have a matrix which looks like A = [1 NaN 1 ; NaN 1 2; NaN 1 2]; How can I remove all NaN's from the A matrix?
Hi ravi, please see the image. From the figure, the non-NaN elements of first row, are the neighbour particles of the first p...
alrededor de 6 años hace | 0
I have a matrix which looks like A = [1 NaN 1 ; NaN 1 2; NaN 1 2]; How can I remove all NaN's from the A matrix?
Thanks mate , but If I have a matrix like B = [1 NaN, NaN,3,1;1 NaN, 1,NaN,1;1 NaN, 1,NaN,1;1 NaN, NaN,NaN,1;1 NaN, 2,NaN,1]; re...
alrededor de 6 años hace | 0
Pregunta
I have a matrix which looks like A = [1 NaN 1 ; NaN 1 2; NaN 1 2]; How can I remove all NaN's from the A matrix?
A = [1 NaN 1 ; NaN 1 2; NaN 1 2];
alrededor de 6 años hace | 3 respuestas | 0