Community Profile

photo

Jasmine Karim


Active since 2018

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Selecting/counting NaN elements
I have a cell array where some values are NaN. The rest of the elements are characters. I want to count the NaN elements in addi...

5 years ago | 1 answer | 0

1

answer

Question


Writing a loop to calculate sums horizontally for ALL rows
I have a matrix that's n-by-12. I have the following loop to calculate the sums for the values of specific cell groups within th...

5 years ago | 1 answer | 0

1

answer

Question


Cleaner way to calculate mean
I have an array with 18 columns - each column is a cell array itself of varying lengths. I am trying to perform basic calculatio...

5 years ago | 1 answer | 0

1

answer

Question


Calculations for arrays inside an array
I have a 1x1 structure with 6 fields. In each field is a cell array comprised of various lengths x 8 columns. I would like to wr...

5 years ago | 1 answer | 0

1

answer

Question


How to count the number of elements of several arrays inside an array?
Not sure if there is an easy function for this. I have a 3x3 cell array, and inside each of those cells are arrays of various si...

5 years ago | 1 answer | 0

1

answer

Question


Cleaner way to write a series of similar sequences
Hi, I'm wondering if there is, in general, a cleaner way to write a series of repeating sequences, but that pull from different ...

5 years ago | 1 answer | 0

1

answer

Question


Loop is not reading from the first value in the array?
I have a loop that is transferring data between two arrays, however, I'm not sure why it is not reading from the very first and ...

5 years ago | 1 answer | 0

1

answer

Question


How to display the loop number as a value in an array?
I have a loop that is accessing data from one array and creating another array of about 500 rows x 4 columns. I want one of thos...

5 years ago | 1 answer | 0

1

answer

Question


How to delete an entire row in a cell array based on the occurrence of a character in one column?
This array has 3 columns. Values in column 1 change, but some of the cells contain '*' along with other numbers. The other numbe...

5 years ago | 1 answer | 0

1

answer

Question


Comparing elements between a character and a numerical column
Not sure if this is written correctly. Suppose there is a cell array where the first column holds characters ie) 'con', 'func', ...

5 years ago | 1 answer | 0

1

answer

Question


How to transfer data from a structure field to a new array?
Hi all, This is likely an extremely easy fix, but I'm new to this and am not entirely sure how to work with a structure. I ha...

5 years ago | 1 answer | 0

1

answer

Question


How to filter data from multiple columns in a table
I'm not sure where I am going wrong because I have tried this several ways/am trying to learn along the way. I have a dataset th...

5 years ago | 1 answer | 0

1

answer