Skip to main content

Questions tagged [dumpsave]

2 votes
2 answers
116 views

I want to programmatically create a set of variables (each corresponds to an index n, for example: {a1,b1} or ...
Johnson's user avatar
  • 589
0 votes
0 answers
62 views

My understanding is, if you store something through DumpSave in a file, and then, on a later session, try to use the same file to save some more data, the older data will get erased. Is this true? Is ...
Prem's user avatar
  • 53
1 vote
0 answers
80 views

I would like to save a large set of data that has been computed within a Manipulate. Here is a minimal example: ...
Craig Carter's user avatar
  • 7,522
3 votes
3 answers
214 views

I use functions that memorize their values like this one: ...
Igor Kotelnikov's user avatar
3 votes
1 answer
226 views

I am trying to create a function that saves a set of symbols into "test.mx" and is easy to use. ...
Albercoc's user avatar
  • 1,122
5 votes
0 answers
218 views

After solving PDEs with NDSolve and saving data with DumpSave, sometimes, Mathematica pops up a window saying "Abort or ...
Nobody's user avatar
  • 823
5 votes
1 answer
270 views

Version: all 12.x OS: Windows 10 and MacOS I am having an issue with Export not clearing memory after it is done with exporting to an .mx file. I have reviewed other posts concering memory issues with ...
Randy Marsh's user avatar
1 vote
0 answers
40 views

I have a command of the form J[b,c,n] which outputs a list of complex numbers, obtained by using FindRoot. Some outputs take ...
math's user avatar
  • 783
1 vote
0 answers
96 views

I am sorry I don't have any code to share so I would like your ideas. Although there is an AutoSave feature in Mathematica it lacks usefulness as it cannot be ...
Jules Manson's user avatar
  • 2,507
0 votes
0 answers
125 views

I'm trying to DumpSave[] some variables based on their name string. To define them, I'm using ...
Jak's user avatar
  • 269
0 votes
0 answers
32 views

I have several .mx files containing data saved to disk via DumpSave. I load a list of these files in my folder as ...
Kagaratsch's user avatar
  • 12.1k
0 votes
1 answer
198 views

I have a lot of interpolated functions that I have generated from a numerical integral. It takes me 2 hours or so to generate them so I would prefer to save and import them. I have tried ...
user27119's user avatar
  • 2,560
1 vote
1 answer
125 views

I have two computers, one has Mathematica 11.0, one has Mathematica 12.1. I have created a .mx file using DumpSave at M12.1. I can read the .mx file using ...
Mario Krenn's user avatar
  • 2,211
1 vote
1 answer
409 views

So because I wanted my multiple notebooks to not interfere with each other, I start them with: SetOptions[EvaluationNotebook[], CellContext -> Notebook] ...
Sirplentifus's user avatar
3 votes
0 answers
245 views

I need a function to deserialize the contents of an MX source file for reading. We can’t simply use Get because I don’t want to load or run the code, but rather to ...
user5601's user avatar
  • 3,880

15 30 50 per page