HP 50g using datasets from SD card
|
05-17-2020, 09:37 PM
(This post was last modified: 05-17-2020 09:43 PM by John Keith.)
Post: #7
|
|||
|
|||
RE: HP 50g using datasets from SD card
Expanding on what David said, If your data is in the form of text files (.txt or .csv) it is probably easier to move the data as a flat list. The flat list can be easily converted into an array if that is desired.
For example if you have a file of 2500 numbers that represent a 50 x 50 matrix, add "{" to the beginning of the file and "}" to the end. Then OBJ-> or STR-> will return a list. Then, AXL { 50 50 } RDM will convert the list into a 50 x 50 matrix. Additionally, a lot of this is easier to do on EMU48 if you have a windows PC. You can transfer strings or text files to the emulator with EDIT..COPY STACK and EDIT..PASTE STACK. You can then transfer files to the physical calculator with CONN4X or the SD card. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP 50g using datasets from SD card - Cristi Neagu - 05-16-2020, 11:29 PM
RE: HP 50g using datasets from SD card - cdmackay - 05-17-2020, 01:19 AM
RE: HP 50g using datasets from SD card - DavidM - 05-17-2020, 01:21 AM
RE: HP 50g using datasets from SD card - Cristi Neagu - 05-17-2020, 01:40 AM
RE: HP 50g using datasets from SD card - DavidM - 05-17-2020, 02:30 AM
RE: HP 50g using datasets from SD card - Cristi Neagu - 05-17-2020, 10:49 AM
RE: HP 50g using datasets from SD card - John Keith - 05-17-2020 09:37 PM
RE: HP 50g using datasets from SD card - Cristi Neagu - 05-17-2020, 09:43 PM
RE: HP 50g using datasets from SD card - brickviking - 05-19-2020, 04:44 AM
RE: HP 50g using datasets from SD card - cyrille de brébisson - 05-19-2020, 05:50 AM
RE: HP 50g using datasets from SD card - grsbanks - 05-19-2020, 06:08 AM
RE: HP 50g using datasets from SD card - John Keith - 05-19-2020, 05:16 PM
RE: HP 50g using datasets from SD card - DavidM - 05-20-2020, 05:02 AM
|
User(s) browsing this thread: 1 Guest(s)