Sorry, but I don't understand your instruction to "convert the uint8 array to a long integer string". Could you be more specific?
Convert byte array into an integer/biginteger
A better answer to William (and for people that don't use Java) would be that after converting numbers to uint8, we must transform a vector into a single number using base 256. That means that a word like 'ball' becomes [98, 97, 108, 108] and then 98*256^3 + 97*256^2 + 108*256 + 108 = 1650551916.
Find all elements less than 0 or greater than 10 and replace them with NaN
13265 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
900 Solvers
Return a list sorted by number of consecutive occurrences
181 Solvers
What gear ratio does the cyclist need?
23 Solvers
381 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!