Community Profile

photo

Lola Davidson

Last seen: 9일 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Knowledgeable Level 2
  • MATLAB Mini Hack 2022 Participant
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to make tasks for lives editor.
This feature is now available as of R2022a. Please see the documentation to get started: https://www.mathworks.com/help/matlab/...

12개월 전 | 1

| 수락됨

답변 있음
How to transform a table to a nested structure comparable to a pivot table in excel?
As of R2023a, you can use the "pivot" function to orient the data more like what excel provides: https://www.mathworks.com/help/...

대략 1년 전 | 1

답변 있음
How to create a pivot table
As of R2023a, you can use the "pivot" function: https://www.mathworks.com/help/matlab/ref/pivot.html Tout = pivot(Tin, Rows=...

대략 1년 전 | 1

답변 있음
How can I create pivot table like excel in Matlab
As of R2023a, you can use the <https://www.mathworks.com/help/matlab/ref/pivot.html pivot> function that ships with MATLAB.

대략 1년 전 | 0

답변 있음
How to do pivot from table-type variable
As of R2023a, you can also use the <https://www.mathworks.com/help/matlab/ref/pivot.html pivot> function. pivotedTable = pivo...

대략 1년 전 | 3

답변 있음
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...

1년 초과 전 | 8

답변 있음
Average a section of a column in a table based on another column values
Hi Gabi, We actually have several functions that can help with these "grouped calculations". In particular, I think groupsummar...

거의 2년 전 | 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...

대략 4년 전 | 1

| 수락됨

답변 있음
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...

5년 초과 전 | 0

| 수락됨