Réponse apportée
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...

plus de 8 ans il y a | 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...

plus de 8 ans il y a | 6 réponses | 0

6

réponses

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...

plus de 8 ans il y a | 2 réponses | 0

2

réponses

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] ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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....

plus de 8 ans il y a | 0

| A accepté

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...

plus de 8 ans il y a | 3 réponses | 0

3

réponses