Tagged Questions
2
votes
0answers
50 views
How can I recover a graph from a graphical output in a notebook after resetting the kernel?
I have an old Mathematica notebook with an output for a graph structure $G$ I would like to recover. However, the routine for building up the graph is stochastic, so I can't simply rerun the code.
...
2
votes
1answer
146 views
Read and filter a text file without importing
I have a large text file of a million sections. Each section contains A lines of header and B lines of numeric data.
I want to read the first and last line of B from each section (to have a list of 2 ...