Importing array onto Arduino

herman_pretorius:
Hello,

I am trying to test a filter that I have implemented on MATLAB on my Arduino Uno. I have an array of 100000 numbers that I want to send to the Arduino (so that I don't have to type it) so that I can run the filtering algorithm. However, everywhere I look, I haven't found anything.

Please help...

I don't think 100000 numbers will fit into 2K of RAM.

They might fit on an SD card though...