Question


Change the name of array in each iteration
I would like to group together in a Matrix some data for each year. For example for year 2000 i would like to create the Matrix ...

12 years ago | 2 answers | 0

2

answers

Answered
The size of the indicated variable
Is there any chance the variable secs to have such a little value that it is always litter than "toc"? In such a case your code ...

12 years ago | 0

Answered
Matlab 7 for Engineers
i think this topic in file exchange is what you need <http://www.mathworks.com/matlabcentral/fileexchange/11870-numerical-der...

12 years ago | 0

Answered
Filtering the data according to the time stamp
Sure not the most "efficient" solution but could work smt like that k=0; for i=0:3 % loop over the seconds id=find(A(:...

12 years ago | 0

Question


Need help to specify unique values of a vector
I am using the unique command to specify the unique values of a vector that i read from different files. While it works ok ...

12 years ago | 1 answer | 0

1

answer

Answered
plotyyy
Maybe it would be useful for you something like the addaxis in the fileExchange http://www.mathworks.com/matlabcentral/fileex...

12 years ago | 2

| accepted

Question


Help on speed optimization of convolution code
I want to calculate the convoluted value of a quantity based on the relationship c(x) = integral (crs(x')*abs(x')dx') / integ...

13 years ago | 2 answers | 0

2

answers