How to reproduce this table in MATLAB?
I would like to reproduce this table in MATLAB (including title and note). Unfortunately, the analysis I carried out doesn't hav...
fast 6 Jahre vor | 0 Antworten | 0
0
Antworten
Frage
Why can't I write this row vector?
I simply want a 1x3 row vector like this: . I tried the following:
[x(1,3); x(2,3); x(3,3)]
but I got the following error:
Un...