Posted Monday, March 06, 2006 9:04 PM
|
|
|
|
How to convert Ascii to Matrix?
Ascii file
0.100 0.200 0.32 0.4
0.12 0.0 0.32 0.5
0.6 0.14 0.2 0.3
to Matrix
Matrix.size 4,3
|0.100 0.200 0.320 0.400|
|0.120 0.000 0.320 0.500|
|0.600 0.140 0.200 0.300|
thank you
|
|
Posted Tuesday, March 07, 2006 9:33 AM
|
|
|
|
You may have a look in the code of the Online Matrix Calculator where we convert the user's input to matrix data.
http://www.bluebit.gr/matrix-calculator/
The source code is freely available here: http://www.bluebit.gr/matrix-calculator/MATCAL.zip
Trifon Triantafillidis | Lead Developer |
|
|
|
Posted Friday, June 29, 2007 3:18 AM
|
|
|
|
|
|
Posted Friday, June 29, 2007 3:52 AM
|
|
|
|
| Hi Guille, That file contained the source code of an older version of the Online Matrix Calculator using MaXC, newer version uses .NET Matrix Library. Later totay I will upload the source code of the newer version and let you know.
Trifon Triantafillidis | Lead Developer |
|
|
|
Posted Saturday, June 30, 2007 4:00 AM
|
|
|
|
|
|
Posted Saturday, June 30, 2007 7:09 AM
|
|
|
|
|
|
|
|