First
|
Prev |
Next
|
Last
Pages: 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001
video compression in mobile devices hello all I am working in video compression in mobile devices, can anyone give some suggestions or ideas which may prove helpful for me. regards vikas bajpai ... 7 Apr 2010 06:45
include Matlab Output in Javaconsole Hi guys, I just build a little java-program, which reads a xml file with numbers and operations and then it executes it in Matlab. Now I just want to forward the results back in my javaconsole. Does somone have any experiance with that? I would be glad about any help! ... 7 Apr 2010 05:41
Removing 'Inf' points from matrix A(isinf(A))=0; --almost right A(isinf(A))=[]; --deletes ... 7 Apr 2010 05:40
Sylvester matrix Hello, I'm trying to solve the diophantine equation using the sylvester matrix. On matlab's homepage I found a m-script sylvester.m The core of this is: function M = sylvester(P,Q) .... NP = numel(P) ; NQ = numel(Q) ; .... MP = toeplitz([P(:) ; zeros(NQ-1,1)],zeros(NQ,1)) ; MQ = toeplitz([Q(:) ; zeros(N... 7 Apr 2010 15:45
unit pulse function How can i define the unit pulse function in terms of the unit step function. t=-2:2; heavisde(t+1/2) - heavisde(t-1/2) ??? Undefined command/function 'heavisde'. ... 7 Apr 2010 05:40
Unscented Kalman Filter - Matlab Embedded Hi, i am currently dealing with an implementation of the UKF for Matlab Embedded. Working through several articles i found a general description of my problem, but the proposed solutions did not resolve it. Here is my problem: The code shown below shall be implemented as UKF version for dual estimation of state... 14 Apr 2010 04:23
PID controller tuning Is there any one who can help me in tuning the PID controller block in simulink.I am totally unawre of the procedure. Thanks in advance ... 7 Apr 2010 05:41
Exporting time to Excel Hello, In Matlab I have a column vector HM containing Time formated as HH:MM. Size of HM is 1459x5 and its class is char. When I export HM to Excel (using xlswrite) the result is 5 columns containing each 1 element of HH:MM. For exemple for 1 row : A B C D E 1 6 : 4 ... 7 Apr 2010 06:45
Read leafes from tree like cell array Hi, I have a function in Matlab that accepts a matrix, and creates all monotonic submatrices that are monotonic, by deleting rows from the original matrix. The new matrices are saved in a tree like nested cell array. I need a way to automatically read the leaves of the tree so that I get to the monotonic matricies.... 7 Apr 2010 04:35
Function Tip Hi all, Does anyone knows if there is a shortcut for showing the function tip? I mean, when you type the name of a function and the open parenthesis, if you wait long enough (and that's long!) you get a tooltip with the arguments of the function. Assume that you don't want to wait or after entering the first arg... 7 Apr 2010 04:34 |