Prev: Excel error 429 when running Matlab magic square example from Matlab builder
Next: Reading Non-Rectangular Text File
From: Andres on 24 Jul 2010 17:30 Once you have extracted the right strings before and after each equal sign, you'll need genvarname to generate valid variable names from the 'before'-strings, sscanf to convert the 'after'-strings to numeric data, and finally assignin to get your variables assigned. |