First
|
Prev |
Next
|
Last
Pages: 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259
How to remove shadow of car in parking lot? hello all, Im beginner user of matlab. Im doing my final year project which is counting available parking space in parking lot. Im using two images which original image(background image without cars) and image with cars. My problem is when i subtract two of this images, i found that it is very difficult to extract e... 22 Feb 2010 07:24
matlab mouse events dear friends,am very new to this matlab i hav to do a program such that i can compltely replace the xternal mouse i hav been working for this for days and understood that by set(0,'PointerLocation',location),location-e.g.[600 550] i can move mouse.next allllll. had been mysterious till now <<how to get commands fo... 21 Feb 2010 13:45
Matlab and google earth Hi all, I would like to embed google earth into a matlab GUI. Is it possible? I browsed the web for a lot of time but I found nothing... Someone can help me? Thanks! Mauro ... 24 Feb 2010 09:43
GCE histogram modification algorithm please mail me program for GCE histogram modification algorithm ... 21 Feb 2010 12:37
Recover Scaling in two images "Parag S. Chandakkar" <parag2489(a)gmail.com> wrote in message <107f494e-6ab7-4351-b303-dc30f8034967(a)s36g2000prf.googlegroups.com>... I am mosaicing two coplanar images which are rotated and scaled. I am able to recover rotation sucessfully but can anybody tell me how to recover scaling. I have tried one solutio... 24 Feb 2010 10:50
How to put on GUI a web camera Hi there.Can anyone tell me how to add my web camera on my GUI? ... 24 Feb 2010 16:33
a little bit of help i have a problem with a code of mine. when i try to run it, it says "Expression or statement is incorrect--possibly unbalanced (, {, or [." the line in question is disp ([ ' It .: ' num2str ( iterNum ) ' Obj .: ' sprintf ('%10.4f',objective( iterNum )) ' Vol .: ' sprintf ('%6.3f',volCurr )]) not sure what is wro... 21 Feb 2010 12:37
Simple question reagriding saving in an array clc CCI=[]; for n=2:5 for N=1:30 CCI=power((sqrt(3*N)),n)/6; CCI=10*log10(CCI) end end I have written a simple code but i am unable to save the answer in an array. Secondly i want that when value of n=2; the thirty values of CCI be saved in a vector, then for =3 and so on I mean i should be having four vecto... 21 Feb 2010 17:07
Can Target support package generate an iPhone library? I have a control algorithm that is implemented in MATLAB. It uses lsim and fzero, which I understand are supported in RTW. I'd like to deploy it with iPhone/iPod touch/iPad. I'm comfortable with the notion of implementing the user interface in Objective C, but I really don't want to have to recode the algorithm in C. I... 21 Feb 2010 10:22
memory allocation error hi.. when i set stop time as inf while running simulink model.. after certain time i get momery allocation error.. also i dont get proper output,, suggest some step to rectify it.. ... 21 Feb 2010 10:22 |