
Lola Davidson
Statistics
0 Questions
4 Answers
RANK
2,322
of 273,330
REPUTATION
20
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
6
RANK
of 18,452
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,734
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
Content Feed
Can I use UNIQUE to get a count of the number of times each element is repeated?
As of R2019a, you can use groupcounts for this: >> a = [12 34 78 8 12 3 34 34]'; >> [counts, groupnames] = groupcounts(a) cou...
5 months ago | 5
Average a section of a column in a table base don another column values
Hi Gabi, We actually have several functions that can help with these "grouped calculations". In particular, I think groupsummar...
9 months ago | 0
Live script tasks: Reading the variables from a table using "tasks"
Hi GS76, The reason that you cannot access the table variable is that the "X-axis" dropdown is filtering out table variables th...
3 years ago | 1
| accepted
Inconsistent behavior between Command Window and scripts, unexpected error using 'end' and 'max'
Hi Joseph, Thank you for bringing this behavior to our attention. This appears to be related to a known issue. Please see the...
4 years ago | 0
| accepted