RE: parsing the output from matlab

2007-10-25 Thread wang frank
the forum today. Frank Date: Tue, 23 Oct 2007 10:08:28 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: parsing the output from matlab On 10/22/07, wang frank <[EMAIL PROTECTED]> wrote I have a big log file generated from matlabe, for each variable, it print the name of the va

Re: parsing the output from matlab

2007-10-23 Thread Travis Brady
On 10/22/07, wang frank <[EMAIL PROTECTED]> wrote > > > I have a big log file generated from matlabe, for each variable, it print > the name of the variable and an empty line and then the value. such as: > > x1 = > > 0.1 > > y = > >7 > > z = > >6.7 > > x1 = > >0.5 > > I want to use

parsing the output from matlab

2007-10-22 Thread wang frank
Hi, I have a big log file generated from matlabe, for each variable, it print the name of the variable and an empty line and then the value. such as: x1 = 0.1 y = 7 z = 6.7 x1 = 0.5 I want to use python to parse the file and selectively print out the vairable a