Answered
Delete rows with characters in cell array
gnovice gave me this awesome code: index = ~any(cellfun(@any, isstrprop(C, 'alpha')), 2); C = C(index, :) Thanks guys an...

6 years ago | 0

Question


Delete rows with characters in cell array
I need some basic help. I have a cell array: * 1 TITLE 13122423 * 2 NAME Bob * 3 PROVIDER James and many more rows...

6 years ago | 6 answers | 0

6

answers

Question


plot hold on in GUI
I am new to matlab and need a bit of help with a gui. I have two axes boxes (axes2 and axes3) where I use checkmarks to plot wi...

6 years ago | 2 answers | 0

2

answers

Question


Fill matrix randomely without row-repetitions
Please help. I'm new to matlab scripting and need a bit of help. I have a series of numbers: A=[1 1 1 2 2 2 3 3 3 4 4 4 5] ...

7 years ago | 1 answer | 0

1

answer

Answered
Auto fill zero matrix without row-repetitions
Thanks a lot for your suggestions. However, I made a minor mistake. I want the final matrix to be a 3x5 instead of a 5x3 matrix....

7 years ago | 0

| accepted

Question


Auto fill zero matrix without row-repetitions
Please help. I'm new to matlab scripting and need a bit of help. I have a series of numbers: test = [1 1 1 2 2 2 3 3 3 4 4 4 5...

7 years ago | 3 answers | 0

3

answers