anyone here know how to read line by line on matlab, or how to read all the data as 1 big list of numbers that excludes all white space characters and newline characters, ORR if you can just show me how to rearrange this data in python, i want it as a continuous flow of numbers without white space or new line characters
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (dan815):
OpenStudy (dan815):
@ganeshie8
OpenStudy (dan815):
can you rearrange this data for me ganeshi
OpenStudy (dan815):
i wanna try an algorithm on it but it needs to be in an easier format for me to see if it works for this big data set too
OpenStudy (ikram002p):
=.= what kind off matlab is this
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (ikram002p):
oh lol nw i got u u wanna arrange lol
ok ok i thought its ur code wew !
OpenStudy (dan815):
so any idea ikram?
ganeshie8 (ganeshie8):
its a perl one-liner,
wat exactly u want me do... ?
ganeshie8 (ganeshie8):
ganeshie8 (ganeshie8):
above is w/o newlines
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
ganeshie8 (ganeshie8):
this is w/o newlines+whitespaces :
OpenStudy (dan815):
ok perfect thanks
OpenStudy (dan815):
do u know the python code to do that?
ganeshie8 (ganeshie8):
i did it in perl commandline. should be a simple regex in python too.
u work in unix/windows ?