I'm trying to read a big matrix from MATLAt and read it on my android. Would you convert it to text and read it from a text file, or XML file? How do you read it and display it to the user?
Asked
Active
Viewed 185 times
1 Answers
0
Try JSON - it's much more like a Matrix -
http://developer.android.com/reference/org/json/JSONObject.html
As for display, that really depends on what you're after - You could use a TextView or some custom solution

JRaymond
- 11,625
- 5
- 37
- 40