From: Peter Smith on 13 Aug 2010 14:52 Hi all i am looping through a number of matrices, they all contain a vector tmptime I want to tell matlab to delete all rows of tmptime after row 800 The length of rows vary between matrices. How can i tell matlab to just delete after 800 rows without specifying the final row. Please could someone help i am very stuck Many thanks
From: Matt J on 13 Aug 2010 14:59 tmptime(801:end)=[];
From: Peter Smith on 13 Aug 2010 15:23 many thanks
|
Pages: 1 Prev: A Simple Characteristic Polynomial Routine Next: Listbox GUI |