Problem 1731. Text File Read: 64 bit data set
Solution Stats
Problem Comments
-
3 Comments
Nikolaos Nikolaou
on 27 Dec 2021
That was painful to lear xD .
Btw i really think its about time some document the capabilities of str2num properly ( i mean the eval like capabilties)
ChrisR
on 27 Mar 2022
The file 'Cody_64.txt' is missing in the first two tests. It could be created using the code in the third test (and changing the file name).
Christian Schröder
on 28 Mar 2023
> The fscanf function with %ul may not succeed, as of 7/20/2013.
The correct format identifier is %lu --- using that, it works.
Solution Comments
Show commentsProblem Recent Solvers13
Suggested Problems
-
1453 Solvers
-
934 Solvers
-
Find perfect placement of non-rotating dominoes (easier)
348 Solvers
-
Cell Counting: How Many Draws?
1531 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
1468 Solvers
More from this Author293
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!