Community Profile

photo

Calum


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Assign Numeric Values to List of Strings
Hi, If I have a cell array vertically sorted alphabetically as follows: X=['a';'a';'c';'h';'x';'x'] What code shoul...

9 years ago | 2 answers | 0

2

answers

Question


Keep Only Cells With a String Beginning with a Certain Letter
If I have a data-set as follows: ['ABC'; 'ABC'; 'ABC'; 'DEF'; 'DEF'; 'DEF'; 'XYZ'; 'XYZ'; 'XYZ'] How do I only kee...

9 years ago | 1 answer | 0

1

answer

Question


Matlab Array Formation From Data Set
I have an array of data e.g: A = [300 10 1; 100 20 2; 100 30 4; 200 30 5;] I would like to compile the third column data...

9 years ago | 2 answers | 0

2

answers