write table without nans to txt and csv
writetable(t,'D.csv') and writetable(t,'D.txt')
are giving files with nan values. since the files are huge (around 1 milli...
8 years 前 | 3 个回答 | 0
3
个回答
提问
saving to stata format
Is there a way to write a matlab table to .dta (stata) format? my tabble is huge (1.1 million rows) and it would help greatlly i...
8 years 前 | 0 个回答 | 0
0
个回答
提问
Create vectors from a table
Attached is a sample of a large table. I want to create a vector for each column in thetable (i.e 2891 vectors) where the name ...
Solving for a missing column
i have 8 numbers [25451;1901512;265214;356108;707500;24544;462430;24410]
each of them could be multiplied by 0.5 or -0.5 or 0. ...
8 years 前 | 2 个回答 | 0
2
个回答
提问
Getting rid of a loop
Hi,
I have a loop that takes forever. I am wondering if i can get rid of it by using a one step procedure
[yd,md,dd]=dat...