Problem 1731. Text File Read: 64 bit data set
Solution Stats
Problem Comments
-
3 Comments
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)
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).
> 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
-
3 Comments
Nice find in sscanf.
;-)
I used to read very much on Matlab's help, but since I play Cody, I read it a lot of times MORE!!! :-D
Problem Recent Solvers13
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
44015 Solvers
-
Calculate the Levenshtein distance between two strings
986 Solvers
-
"Low : High - Low : High - Turn around " -- Create a subindices vector
500 Solvers
-
Simple date to serial no. conversion
123 Solvers
-
561 Solvers
More from this Author260
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!