Data exchange between 2 application

Anything that doesn't fit elsewhere.
Post Reply
narges_m1985

Data exchange between 2 application

Post by narges_m1985 »

Hi everyone,I want to use neuron for modeling and I also want to exchange datas or files between neuron software and visual studio 2008(C# code) or netbeans(java code),but I dont know haw I can,
I have to use txt file or xml or I have another solution??
Thanks alot.
ted
Site Admin
Posts: 6384
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Post by ted »

Plain text (ordinary ASCII) is most flexible. The File and Vector classes have methods that
will be useful for reading and writing such files from NEURON.
Post Reply