Dynamic simulation .out to matlab
Hey guys
I have been using excel to manage my .out files but I want to import the data into matlab now since the datasets are getting bigger and bigger.
Is there a function that would do this for me similar as dyntools exports to excel.
Best Regards Johannnes

Comments
There isn't a ready-made function. But you could write something that exports to CSV. Then import that to matlab. Does it take a long time to write to excel?
Hey man, I am currently exporting all the out files and the channels I want to excel and then I should be able to open it in matlab but that is a alot of mouseclicks :)
I actually noticed an interesting problem. When I run many dynamic simulations the size of the .out files seem to grow althoguh I change the name and reopen the channels so I can run limited amount of dynamic simulations.
Yeah, sorry I wasn't much help on that one. My suggestion had more to do with writing directly to a flat CSV file and then in Matlab reading that CSV file in. This way you skip Excel entirely.