Double the resolution of a vector
Dear
I would like to double the resolution of a vector in an efficient way (i.e. vectorizing)
I mean, for example for the ve...
8 years 前 | 1 个回答 | 0
1
个回答
提问
lookin for x(k)<u<=x(k+1)
Dear;
In matlab there is a function that could be used to locate the inverval (defined by a monotic incresing sucesion x(k))...
9 years 前 | 1 个回答 | 0
1
个回答
提问
Repmat the rows of a matrix
Dear;
I would like to efficiently repmat the rows of a matrix to for a new one;
For example the matrix:
A=[2 0 0;
...
9 years 前 | 2 个回答 | 0
2
个回答
提问
Normalization of JacobiP function
Dear;
I am new in MuPAD
I would like to know if the matlab function JacobiP (which computes the Jacobi polynomial) is normal...
Add first element to a cell array
Dear,
I would like to add a new element in the first position in an cell array
For example if ArrCell={[1],[2],[3],[4],[5]} ...