Statistics
9 Questions
0 Answers
RANK
288 233
of 297 046
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
0
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 776
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
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...
11 månader ago | 1 answer | 0
1
answerQuestion
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...
mer än ett år ago | 0 answers | 0
0
answersQuestion
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,-...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
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, ...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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.
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 9 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 11 år ago | 0 answers | 0