Feeds
提问
Read txt-file with different sizes of columns
I'm wish to read, for example the file matrix.txt: 0.15978,0.43759,0.53869,0.0030996 0.41692,0.12178,0.17897,0.65809 ...
8 years 前 | 1 个回答 | 0
1
个回答提问
Maybe a colon operator
It is possible write this _for_ in a more fast code (maybe colon)? for i = 2 : n-1 A(i) = A(i-1)+A(i+1); end
8 years 前 | 2 个回答 | 0

