Greetings to you all! It is the first time i use Tcl and i would like your assistance immediately. It might sounds easy for you ,but for me, who i have no experience at all is quite a trouble. I need to do this :
I have a file of inputs. (a matrix 100X100 saved from Matlab..in txt form)
I want to manipulate this matrix with Tcl/Tk because i need the values of each row and column.
I only know how to open the file:
set file [open "filename" r].
I don't know what to do after.....
Help!!!
I have a file of inputs. (a matrix 100X100 saved from Matlab..in txt form)
I want to manipulate this matrix with Tcl/Tk because i need the values of each row and column.
I only know how to open the file:
set file [open "filename" r].
I don't know what to do after.....
Help!!!