stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 954
|
Re: Dealing with Text file data as a matrix ! please need your help
Hi,
I've updated your project (attached) and added a few functions/modules and files:
TestA.txt and TestB.txt
These contain some sample matrix data in the same format as your txt files
modMatrix
Some routines to help:
Read a file into a double matrix,
Multiply 2 matrices
Dump a matrix to string/debug window
I've also updated the paths for your text files to use app.path.
Expand the file into a folder, it should all just run
Hope this helps
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
____________________________ Attached:
testinput_updated_KWRA.zip 6 KB (Downloads: 1)
|