Community Profile

xxx


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


add element from for list to array
i have a=[ 2 6 9 15] s=0; for i=1:7 s=s+a(i); k=s end know i want my result will be [0 2 8 17] but fo...

10 years ago | 0 answers | 0

0

answers

Question


add numbers to array
i have values k = 3 k = 9 k = 16 k = 25 k = 36 k = 54 k = 67 k = 91 but now i want...

10 years ago | 2 answers | 0

2

answers

Question


how to show result in array
% a=[1 2 3 4]; a=[ 4 8 98 12 ]; s=0; for i=1:3 s=s+s(i); end k=[s] i want my r...

10 years ago | 1 answer | 0

1

answer

Question


find member of element
b=[8 6 9]

10 years ago | 2 answers | 0

2

answers