First  |  Prev |  Next  |  Last
Pages: 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831
joining two matrixes
suppose we have two matrixes A = [1 2 3; 4 5 6; 7 8 9] A = 1 2 3 4 5 6 7 8 9 2nd matrix B = 3 5 7 B = [3 5 7; 6 8 1] 6 8 1 I want to make new matrix like c = A B C= 1 2 3 4 5 6 7 8 9 3 5 7 6 8 1 ... 29 Apr 2010 06:45
Imread of tiff images
rakesh <thisisforfun123(a)yahoo.com> wrote in message <ef46743.-1(a)webcrossing.raydaftYaTP>... I am getting the following error in reading tiff images.i am using matlab 7.0.Is there any patch to solve this problem. can some one help me in this regard thanx in advance. ??? LZW-compressed TIFF ima... 29 Apr 2010 08:58
dot/inner product of vectors
Hello, I have two vectors v1 and v2 and i want to take their dot product(inner product) as i want to eliminate calculation of an angle but the problem is that the vectors are not of equal length. v1 is 1x19 and v2 is 1x3. Is there a way to modify these and get a dot product? Bye ... 29 Apr 2010 23:40
How to obtain image matching position and its subpixel accuracy?
Hello All, Please could you explain how can I find the image matching positions once I know matching values for all pixels in the image and how to get the subpixel accuracy. I know I might be in the wrong place but here there are a lot of image processing/computer vision experts. I am now working on my midterm fo... 29 Apr 2010 06:45
How can I plot two different y-axis (right and left) with a reverse-logarithmic x-axis?
Let us look at this example: x = 0:0.01:20; y1 = 200*exp(-0.05*x).*sin(x); y2 = 0.8*exp(-0.5*x).*sin(10*x); [AX,H1,H2] = plotyy(x,y1,x,y2,'plot'); Now how can one reverse x-axis and at the same time in logarithmic scale? Even using (Tools>Edit plot>Property edittor>Axis) in Figure window is not giving contro... 29 Apr 2010 06:45
DFITTOOL
I am using the dfittool command to fit certain distributions to my data. However, I have only 5 distribution type options in the 'new fit' tab: normal, extreme value, logistic, non-parametric and t-location scale. How can i fit the exponential, lognormal and the gamma distributions with DFITTOOL please? Thanks in advan... 29 Apr 2010 06:45
cumsum functio without loops
i need to write a script which do cumsum input: 1 3 5 output 1 4 9 like cumsum , but avoiding cumsum function and no loops ! ... 29 Apr 2010 13:31
How to create a 3d cube
I am new to using matlab and at the moment i am trying to create a 3d cube with the dimentions 22.56 x 3.66 is there anyone who can describe how to carry this out simply please? Cheers ... 29 Apr 2010 05:40
Save varialbes as .nc files
I want to save some varialbes from the workspace into a netCDF-fil. Can I do this in the m-file, or do I have to do it from the command window? I manage to save varaibles in the workspace into a .mat fil from the command window, but when I try the .nc file-format it does not work. I use the syntax save filenam... 29 Apr 2010 05:40
bode of pade approximant
Hey, I need to add a time delay to a system sys. I'm using the function pade to create the time delay, eg, Td = 1e-3; N = 2; [num,den] = pade(Td,N); delay = tf(num,den); bode(delay); The strange thing now is that the magnitude of the bode is correct (continuously a gain of 1). But the phase is doing wei... 29 Apr 2010 04:35
First  |  Prev |  Next  |  Last
Pages: 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831