Community Profile

DavHor


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


I want to change binary to an array and vice vera
I need to be able to change [1 0 1 1 0] to 10110 also its required that i do the opposite eg. 10110 to [1 0 1 1 0] This...

8 years ago | 3 answers | 0

3

answers

Question


Which loop do i use, loop or while. and how exactly would i use it?
I need to make an array where h(1)= v/2 h(2)= floor(h(1,1))/2 h(3)= floor(h(1,2))/2 and on continuously until h(u...

8 years ago | 1 answer | 0

1

answer