Community Profile

photo

Rubel Ahmed


University of Wollongong,Australia

Last seen: 2年以上 前 2018 年からアクティブ

統計

  • Thankful Level 3
  • First Review

バッジを表示

Content Feed

表示方法

質問


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...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Matlab 2D line plot?
Hi all, I am plotting a 2D plot using command plot(X,Y,'-mo',... 'LineWidth',2,... 'MarkerEdgeColor','k',... '...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


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 ...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

約3年 前 | 1 件の回答 | 0

1

回答

質問


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...

約3年 前 | 1 件の回答 | 0

1

回答

回答済み
How to save continously generating mat file in a Array in Matlab?
@Walter Roberson Thanks, Can you please describe breifly ?

約3年 前 | 0

質問


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...

約3年 前 | 1 件の回答 | 0

1

回答

質問


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...

約3年 前 | 2 件の回答 | 0

2

回答

質問


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...

約3年 前 | 1 件の回答 | 0

1

回答

質問


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...

約3年 前 | 1 件の回答 | 0

1

回答

質問


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...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

3年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

3年以上 前 | 2 件の回答 | 0

2

回答

質問


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 ...

約4年 前 | 2 件の回答 | 0

2

回答

質問


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...

4年以上 前 | 2 件の回答 | 0

2

回答

回答済み
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?
Hi ravi, please see the image. From the figure, the non-NaN elements of first row, are the neighbour particles of the first p...

5年以上 前 | 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...

5年以上 前 | 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?
A = [1 NaN 1 ; NaN 1 2; NaN 1 2];

5年以上 前 | 3 件の回答 | 0

3

回答