Statistics
RANK
258,872
of 301,440
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,282
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,580
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to generate a vector whose values are two by two multiplication/sum of elements of other vector
Assume A=[a b c] where a, b, and c are real numbers. , how can I generate follwing vectors?: AA=[a*a a*b a*c b*a...
8 years ago | 1 answer | 0
1
answerHow to summarize a matrix based on unique groups
Thank you! This is the right answer. But, it is slow. I ran the profiler and it looks like unique function sorts the data and it...
8 years ago | 0
Question
How to summarize a matrix based on unique groups
I have a vector A=[1 2 1 4; 5 3 5 7; 6 1 8 9], the first row represent age group, and the second row represents skill level, and...
8 years ago | 2 answers | 0
