shashika iresh
2016년부터 활동
Followers: 0 Following: 0
Feeds
질문
in a function my answer is 'S=-102'. after that further more i cannot take answers , it give error massage saying
answer ==== S=-102 ''Attempted to access (-102); index must be a positive integer or logical.'' why is this and what is the so...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
how to count number of repeating's in data series.
for example my matrix A=[22 24 24 36 36 36 48 48 48 48 24 33 22 22]; i need to count how many twos, threes, four time repeating'...
대략 8년 전 | 답변 수: 4 | 0
4
답변질문
i have a column matrix [23; 34;22;13]. i need to create set of column matrixs ,which give 1 and -1 in numbers if the next number is less than and larger than.
A=[23; 34;22;13] output matrixs=[1;-1;-1],[-1,-1],[-1]
대략 8년 전 | 답변 수: 2 | 0