First  |  Prev |  Next  |  Last
Pages: 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836
using matlab as a solver
Hi i have the function ((((ERFC(x/(2*(SQRT((0.0101)*t))))))-((EXP((8*x)/6.7)+((64*(0.0101)*t)/(6.7^2)))*((ERFC((x/(2*(SQRT((0.0101)*t))))+((8*(SQRT((0.0101)*t)))/6.7))))))= T(x,t)-Ti/To-Ti Can I use matlab to solve? ... 28 Apr 2010 16:17
Fast calculation of velocity from x & y data
Hi, I searched but couldn't find an answer to this. I'm running an analysis on x&y data. The program is long, but one section of code takes up the vast majority of the time. Here it is: clear hypotenuse for i=1:length(t) hypotenuse(i) = sqrt(x(i)^2 + y(i)^2); end clear rawvelocity rawvelocity(1)=0; ... 28 Apr 2010 16:18
dct2 important
Hi everyone, This is how I am trying to inplement the dct2 function using the equation for dct. I am not able to understand why the program runs into an infinite loop when i execute the code. Pls let me know where the error is and how I can enhance the speed of the program... Also I see that when I reduce the size... 28 Apr 2010 15:08
reg error msg
can anyone say how to display an error message by terminating the program if an error occurs without closing matlab ??? ... 29 Apr 2010 01:19
Are these supposed to be REAL images?
Are these supposed to be real natural images or any arbitrary (random) matrix? ... 29 Apr 2010 00:13
Embedded matlab recursion
Is there workaround for the no recursion in embedded matlab, I would really like to implement a recursive function but It won't let me. Does anyone have a workaround or even a reason why this constraint exists? ... 29 Apr 2010 11:14
can you omit "handles." prefix?
While it may be unsafe programming, I seem to generate a lot of code which would be far more readable without having to explicitly refer to the handles i'm passing. I'm looking for one of the side benefits of c#'s "using" statement I suppose. An example: Instead of: handles.sqs(i) = handles.fs * 10 * handles.i... 28 Apr 2010 14:00
help with inporting from .txt file
Hello, I have a data file like this: O 7535.74430 15619.34840-12829.17868 0.66112 1.36827 -1.13013 C 7535.34343 15618.55857-12828.41117 0.46098 0.95723 -0.78018 H -11902.43043 -8591.00480 8684.13318 -0.06393 -0.04638 0.04660 H 114.03246 -9406.94919 6751.53665 0.00059 ... 28 Apr 2010 20:51
Legend
I've got function plotting about 30 different functions on a single figure. However I only want my legend to represent the last two plots. Can this be done? And putting the last two functions being plotted at the start of my plot order does not work, because I need them to appear on top of the other plots. Than... 28 Apr 2010 14:00
pseudo inverse of rank 1 or rank deficient matrix
while evaluating the Bit Error Rate in a fading channel we equalize the received bits before demodulating. so we multiply with the pseudo inverse of the channel matrix. what will be the pseudo inverse of a rank 1 matrix ie rank deficient matrix ? I am evaluating BER for BPSK in a keyhole MIMO channel. Regards, P... 28 Apr 2010 14:00
First  |  Prev |  Next  |  Last
Pages: 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836