[Scilab-users] Re-sampling data and making 2 vectors

2013-01-11 Thread Jaquelineanbarr
Hello, Im working with matrices with different samplings. First data //time Temp sq *091532.0 23220.37 96 * 091535.0 23221.34 95 091538.0 23220.64 95 Second data //X Y elevation Tem sq corrTem sat time massx mssy line 0375716.06 7436112.26 001179 22837.15 99 00.00 10 135924.5

Re: [Scilab-users] Re-sampling data and making 2 vectors

2013-01-11 Thread CRETE Denis
-boun...@lists.scilab.org] De la part de Dang, Christophe Envoyé : vendredi 11 janvier 2013 17:07 À : International users mailing list for Scilab. Objet : Re: [Scilab-users] Re-sampling data and making 2 vectors Hello Denis intersect(Data1(:,1)) with this solution, you loose the information

Re: [Scilab-users] Re-sampling data and making 2 vectors

2013-01-11 Thread Dang, Christophe
Regarding noise, I have the feeling that lsq_splin can do a better job The example in the description page looks good, I'll try to understand what they exactly mean by breakpoints. But the fact it performs regression is a good point imho. smooth might be the best choice for this task. The