First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
Vehicle Detection
ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <8497f7be-9e28-4d8e-ab79-74420b59e007(a)r12g2000vbm.googlegroups.com>... Here you go: http://iris.usc.edu/Vision-Notes/bibliography/contents.html Check out section 15: 15 Active Vision, Camera Calibration, Mobile Robots, Navigation, Road Following... 4 Aug 2010 16:53
Saving & Loading TriScatteredInterp results
<bump> I'd also like to know about this, as I've rewritten some code to use this class because it was supposed to save time. -Jon ... 4 Aug 2010 15:47
Bug in contourf
Just downloaded the 2010b release and the problem is still present. Any update from mathworks? Is there any release free of this bug? Thank you. nw ... 4 Aug 2010 19:04
how to display a set of answers in a matrix format?
Hi guys, basically I've some data in a text file called "Raw Data". Raw Data has the following data: BUT IN/OUT 1 12 34.4 JON IN 2 13 35.67 GER IN/OUT 3 14 98.8 GRO OUT 4 15 67.6 FRE OUT 5 16 45.0 TRE IN 6 17 67.03 PIU IN/OUT 7 18 78.46 Now I hav... 6 Aug 2010 06:04
linking a ".a" mac library to a mex file
Hello I am running a 32bit Matlab over 64bit MAC pro with MAC OSX. I have written a mex file that requires a certain library "libATC3DGlib.a". I am having a hard time integrating this library when compiling my mex file. I tried alot of combinations of commands trying to compile my mex file without success. C... 4 Aug 2010 15:47
Seasonal adjustment in ML (Census X-12)
Hi Folks, a few days ago I was considering to make a post here if someone knows a handy way to run time series seasonal adjustment directly in ML. There has been a post on this quite a time ago which remained without reply. Now instead of posting a question on this, I'd like to post a hint for other users interested... 4 Aug 2010 15:47
Really need help to speed up piece of code
"Andy " <myfakeemailaddress(a)gmail.com> wrote in message <i3c9jl$2c7$1(a)fred.mathworks.com>... % from psi=zeros(size(y)); % to psi=zeros(size(y),'double'); % Slightly faster: m = 50000; n = 5000; tic a=zeros(m,n); timea = toc clear a tic b=zeros([m,n],'... 4 Aug 2010 16:53
Fortran Ex. (Outputs 2 vectors to Matlab) with Mex file
Hi Can someone please explain why this does not output two vectors to the matlab workspace? I call the below file inside matlab with: tempVec = ones(256,256,10,20).*573; zbndryVec = ones(256,256,2,20).*0.75E-3; zbndryVec(:,:,1,:)= -zbndryVec(:,:,1,:); [field,q] = cmsl4Integrated(tempVec,zbndryVec); ------... 4 Aug 2010 15:47
Problem of color representation in worldmap
Hi, Several weeks ago, I posted a message of worldmap issue: http://www.mathworks.com/matlabcentral/newsreader/view_thread/287296 I hope Matlab professionals look at the post to see whether it is possible to modify their original codes. Now I have another issue related with worldmap color presentation and look f... 4 Aug 2010 15:47
Parallel Computing optimization
I have a trial version of the Paralell Computing toolbox that I'm testing out. I'm using the parfor command to process some loops in parallel. The computation within each loop is relatively small (3 seconds or so), so I'm not getting the speed-up from 8 workers (one per core) that I had hoped for - in one instance, i... 5 Aug 2010 04:48
First  |  Prev |  Next  |  Last
Pages: 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89