Arnab Pal
Followers: 0 Following: 0
Statistics
14 Questions
0 Answers
RANK
19,649
of 295,448
REPUTATION
2
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
2
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,822
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to stackedplot in Matlab 2016?
I need to plot multiple y axis with same x axis.
4 years ago | 2 answers | 0
2
answersQuestion
How to plot too many graph in a figure?
I am trying to plot 18 graph in a figure in 3 X 6 manner. But they are comming as too small. I want to increase length of the ca...
4 years ago | 2 answers | 0
2
answersQuestion
How to split an array by same length and make a matrix?
I have an array. a=[1 2 3 4... 24 25 26 27... 48 49 50... 72] I want a matrix from that array. i.e. b=[1 2 3... 24; 25 26 27......
5 years ago | 1 answer | 0
1
answerQuestion
Return back to a specific line
I have more while and for loop, I need to go beginning. ex: 1. while () 2. for () 3. if (conditi...
5 years ago | 1 answer | 1
1
answerQuestion
Generate 4 positive random numbers. Their summation should be equal to 6776.
Example: Generated random numbers are: [ 689 1158 2589 2340], summation is 6776.
5 years ago | 1 answer | 0
1
answerQuestion
Round to Nearest Multiple of 4.
If my calculation gives, a= 45, I want 44. Some example: 20 would be 20, 13 would be 12, 10 would be 12 or 8. How to round the n...
5 years ago | 1 answer | 1
1
answerQuestion
How to arrange ascending order only one column of a matrix?
Let's say, I have a=[25 10 85 35 71; 1 2 3 4 5] and output shout come b=[10 25 35 71 85; 2 1 4 5 3]
7 years ago | 2 answers | 0
2
answersQuestion
How to find the position of a number in an array?
If I have a vector, a = [7 8 8 2 5 6], how do I compute the positions of the value 8? I expect 2 and 3 or (1,2) and (1,3).
7 years ago | 5 answers | 0
5
answersQuestion
How to delete last number from a array?
I need, a=[8 9 5 8 7] to a=[8 9 5 8]. Every time I have to delete only last element. In my case, it will be complicated to delet...
7 years ago | 1 answer | 0
1
answerQuestion
How to generate random number within a sum limit?
Generate 5 random numbers, where their sum should be less/equal to 50.
7 years ago | 2 answers | 0
2
answersQuestion
How to check a number is in a array or not?
a=[8 9 6 5 3], I want to know 5 is there or not.
7 years ago | 2 answers | 0
2
answersQuestion
How to generate random numbers between two numbers without any specific number?
I want to generate random numbers between 2 and 33. But do not want a(i) number. a(i) can be a single number between 2 to 33.
7 years ago | 4 answers | 0
4
answersQuestion
How to detect the repetition of any number in a array?
Say a=[4 5 8 9 4], How to detect this set has repeated numbers? I do not want to know the number, I just want to know that "a se...
7 years ago | 1 answer | 0
1
answerQuestion
How to generate random integer between two no (say 12 and 35) without repeat? randperm(n) give only 1 to n, but I need m to n.
I need help
7 years ago | 1 answer | 0