First  |  Prev |  Next  |  Last
Pages: 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276
Help needed: Two Dimensional Interpolation
Hi, I have a question about two-dimensional interpolation. I know in Matlab you could use interp2 to do the two dimensional interpolation. But you have to mesh grid before doing so. If I have a very large matrix (e.g. 500,000x3 [X Y Z]) and I want to interpolate from this large matrix. For example, interp2(X,Y,Z,x1,y1)... 13 Jul 2010 16:26
labels between tick marks
Hi, Does anyone know a simple way of putting the xlabels between the tick marks please? That question has been asked before but I cannot find a solution that works. The .m file by m vichi (see below) works but also messes up my y labelling function ax2 = ticklabel(ax1) % TICKLABEL Shift the tick labels in ... 13 Jul 2010 15:19
toolbox installation deploytool
"Sahra winter" <sahra18040(a)gmail.com> wrote in message <hl1nm0$gl9$1(a)fred.mathworks.com>... how should I install a Toolbox that I have license for but does not show in my Toolboxes list? >>the "deploytool" toolbox hi. sorry i don´t have the answer, but i´m really intersted about that, did you solve the problem,... 13 Jul 2010 15:19
Image Processing: How to remove shades/reflection/shadow on an image
Hi all, I have a question to ask. I am doing a project to detect signboard in an image. After detecting the signboard, I need to perform image enhancement techniques on the image. The reason for that is after detecting the signboard, it has some shadows of other images on the signboard. For example, the signboard... 13 Jul 2010 15:19
GUI handles - not object handles
Hi again, I am elaborating a GUI which will derive into three "subGUI's" and all interact amongst them. I already know how to passa handles of the main objects between GUIs but i do not know how to access the other handles inside each object in each individual GUI. What i am trying to say is that i would like to ... 14 Jul 2010 17:37
does matlab support php code
Hy Mohamed, I've trying to do this too. But I didn't find nothing about this. But you can copy all weights, bias and transfer funcions to php code and make and "simulation" code in php. Look, you have to take care about "preprocess" (mapminmax) normalizations. I needed to deactive "mapminmax" becouse my normalizati... 13 Jul 2010 15:19
Removing rows containing all zeros in a matrix
But what if you want to replace the values? m(any(m ==0,2),:)=[1 1 1]; This doesn't work, I get a dimension mismatch problem. Thank you "us " <us(a)neurol.unizh.ch> wrote in message <hs1qg9$psa$1(a)fred.mathworks.com>... "Rahul Singhal" <rsinghalomatic(a)gmail.com> wrote in message <hs1pti$hmk$1(a)fred.mathwor... 13 Jul 2010 15:19
how to generate all vectors of length n with entries are 0's or 1's then sum over
Hi, I need your help for this problem, please. \mathop {\sum {...\sum }}\limits_{z_r \in {Q_{2}^{*}}} such that Q_{2}^{*}=\{(z_1,...,z_r):z_{j}=0,1,\sum_{j=1}^{r}z_{j}=\ell\}, where \ell = 0, 1, . . . , r. For example. If r=3, \ell=1; then we are looking for triples with elements 0's or 1's and sum to 1 i.e... 13 Jul 2010 19:43
Removing rows containing all zeros in a matrix
us, very cool. If you want to get rid of any row that has 0's in it m = 1 2 3 0 4 5 0 0 0 6 0 0 m(any(m==0,2),:)=[] m = 1 2 3 "us " <us(a)neurol.unizh.ch> wrote in message <hs1qg9$psa$1(a)fred.mathworks.com>... "Rahul Singhal" ... 13 Jul 2010 14:13
Resampling
Hi i have data of an image with sampling freq 96000 and each line is only 0.5 seconds I want to represent it with lines of 2080 pixels I do not know how to use resample and which P/Q choose ... 13 Jul 2010 14:13
First  |  Prev |  Next  |  Last
Pages: 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276