what is function or code to simulate moving average model what is the function or code to simulate data from moving average time series model ,with specific order and Parameter such as: MA(1), and MA parameter=0.3 ... 5 Aug 2010 08:01
How I can proses my MAT fie in my GUI to another function? i want to proses my MAT file in some function in MY GUI. how can i do ? am i save to one variable? example: I=handles.we.mat and this variable will have been declared and all function can know that I is we.mat data.. or there is another way? ... 5 Aug 2010 23:34
Drive cycle Dear Friends, Does anyone know how to make and insert a drive cycle to control a HEV...The demos use acceleration intead of a drive cycle. For example if I want to insert the EUDC cycle http://www.dieselnet.com/standards/cycles/ece_eudc.html how do I go about it. This is a function between speed and time and ... 5 Aug 2010 04:48
8*8 image pixel matrix I have chosen the project entitiled automatically determining data set from unlabeled data set, i deceided to do in matlab first thing i have to create 8*8 image pixel matrix help me in tis regard ... 5 Aug 2010 03:44
interpolation data that includes NaN I'd like to replace NaN by using linear interpolation in the below example. Could you recommend fast way as I am dealing very large data actually. A=[1 2 3 NaN 5 NaN 5 4 6]; I tried this: ind=1:length(A); A1=interp1(ind(~isnan(A)), A(~isnan(A)), ind, 'linear'); However, I need faster way. Thank you! ... 5 Aug 2010 09:07
LSQR How can I stop the messages such as "lsqr stopped at iteration 20 without converging to the desired tolerance 0.001 because the maximum number of iterations was reached." during the after execution of the function? Thanks a lot. ... 5 Aug 2010 03:44
how to compare elements in cell array? Hi, Need help to compare elements in cell array; used isequal and several other ways but misleading. Cell array is a 20x2 dataset with 3 classes. Wants to compare if the class is the same then proceed to next position ( i.e m act as index) until find changing class else span/skip 6 places. 2nd column is the class. T... 5 Aug 2010 04:48
How Convert TXT data format to MAT data format I have a EEG's data in txt format.. but now, i want to convert it to mat data format can i do that? this is because of Matlab can read more faster if the data i convert to MAT data format ... 5 Aug 2010 00:31
How Convert TXT data format to MAT data format I have a EEG's data in txt format.. but now, i want to convert it to mat data format can i do that? this is because of Matlab can read more faster if the data i convert to MAT data format ... 4 Aug 2010 23:26 |