First  |  Prev |  Next  |  Last
Pages: 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
Plot 2D - with third argument (colorbar)
Hi there, I have 3 vectors, 2 of them represent x,y point coordinates, and the third represents the appointed values for those points. Is it possible to plot those x,y coordinates, e.g. plot(x,y,'.') and then add a colorbar which will be connected to those values, where the colorbar is defined by the third v... 28 Jul 2010 11:51
image processing for bubbles
I am working on a sequence of images. Each image contain hundreds of bubbles. Some of them are not stable, tend to merge with others or burst. Are there functions in the image processing toolbox that can be used to detect the bubble bursting and merging? Thanks. BTW, the bubbles are not tranparent. ... 28 Jul 2010 11:51
matlab compiler and spmd from PCT
Hello, Is it possible to use the matlab compiler to compile a code that contain a spmd block, running on 2 local workers. spmd(2) <statements> end And if yes, how do we deal with opening the matlabpool on the 2 workers (I would normally do matlabpool open local 2)? I have read this : http://www.mathworks.... 28 Jul 2010 09:38
subs error ,help
Hi I have TL9 as a cell array of class char, a cell array TL3 of class char and a cell array TL4 of class double ... I am doing for j=1:d-4 TL7(j)=subs(TL9{j},{TL3{q:r}},{TL4{q:r}}); end which shows the error ??? Error using ==> sym.double DOUBLE cannot convert the input expression into a double array. ... 28 Jul 2010 12:57
how to convert all frames of particular video into corresponding images?
I use following matlab program to convert frames of video into images,but with the help of this program i get image of only one frame. I want to convert all frames of video into corresponding image. so please give me possible solution. clc; close all; clear all; obj = mmreader('shaky_car.avi', 'tag', ... 28 Jul 2010 09:38
Boxplot column vectors of different dimensions?
Does anyone know how to set up a series of boxplots within the same plot when the data of column vectors is of different dimensions? (Not subplot) Ex: 600x1 and 1440x1 column vectors ... 28 Jul 2010 11:51
statistic : ANOVA 2 factors paired
Hi all, Here is my statistical issue: - 10 pairs of samples (the first experienced a treatment, the second not) - 2 sides for each sample (North and South) - 1 measurement for each side => 40 measurements I need to know if the results of the measurements are due to the side (S) , due to the treatment (T). In ... 29 Jul 2010 10:46
statistical test for equal composition of a binary vector
Hi, Is there a statistical test available in matlab that will tell me if frequency of 2 elements in my binary vector do not support equal distribution. This is simply a chi-sequare test with expected frequency of 0.5 and 0.5--but I am not sure how to do this in matlab. For example, I have a vector of length 10... 29 Jul 2010 08:34
Passing arguments to COM object
Hi, according to MATLAB documentation (int64) is not supported. Strange that it worked before. Maybe you can try double precision. ... 28 Jul 2010 09:38
Multidimensional SAFEARRAYs via COM
Hi Dean, two-dimensional matrices work. So far I didn't find out how three-dimensional matrices work (e.g. colour images). You need to create the 2D-array in your COM software in such a way: HRESULT hr; SAFEARRAY *pSA; float HUGEP *pFLOAT; SAFEARRAYBOUND aDim[2]; // two dimensional array aDim[0].lLbound= ... 28 Jul 2010 09:38
First  |  Prev |  Next  |  Last
Pages: 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150