Code Comments
Programming Forum and web based access to our favorite programming groups.Anyone can tell me how to read this data into a matrix with "textscan". The data file is: G00P0.s2p -1.410010e+000 1.546046e+001 2.958509e-011 G01P0.s2p -1.405291e+000 1.543455e+001 3.045325e-011 G02P0.s2p -1.417232e+000 1.557427e+001 2.712963e-011 G03P0.s2p -1.417232e+000 1.557427e+001 2.712963e-011 after reading, the matrix can be: 0.0 -1.410010e+000 1.546046e+001 2.958509e-011 1.0 -1.405291e+000 1.543455e+001 3.045325e-011 2.0 -1.417232e+000 1.557427e+001 2.712963e-011 3.0 -1.417232e+000 1.557427e+001 2.712963e-011 Thanks!
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.