[erlang-questions] Erlang and Matlab
Nils Müllner
nils.muellner@REDACTED
Sun Nov 26 20:45:58 CET 2006
Hi,
I'm currently implementing a simulator for graphs, trees und similar
structures. The output is the configuration of a matrix (the status of
each node) and the number of the according step.
My question:
is it possible to stream the current output to Matlab for post-processing?
An alternative approach would be to simulate N steps, stream everything
into a file, open the file with Matlab and see if a certain delta is
reached; if not, the scheduler continues. This is repeated until Matlab
confirms that a desired stability in the behaviour of the graph is reached.
Kind regards,
Nils
More information about the erlang-questions
mailing list