Realtime Windows Target causes Blue-Screen-Of-Death error Hey , I am facing the same problem with Real-time Windows Target and Windows 7 that a sampling rate greater 1 Khz causes a blue screen and OS crash. I have the following questions 1. Will the problem be resolved if I migrate to windows Xp without having to change the Matlab version 2009b? And also more important... 13 Aug 2010 16:51
Problem about controlling Pan and tilt of Logitech Orbit webcam My guess is that you first need to 'zoom' in on the object with your camera before the pan and tilt functions will work. The pan and tilt on a digital camera are achieved by using different parts of the detector chip. If the whole of the detector chip is being used for the image (when the camera is zoomed out), there i... 13 Aug 2010 19:03
counting object Just repeatidly 'look' for the object at the start point on the circle. You can define a region of interest (ROI) on the circle at the start point and look for movement in that ROI. Movement could be detected by simply capturing a reference frame when the ROI is empty and then repeatidly capturing new frames and subtra... 13 Aug 2010 16:51
Supress linkaxes Hi, How do I supress linkaxes action? I have a pushbutton which callbacks consists in making "on" the linkaxes function, and I have another one to put "off" this function... what is the command for that? Thanks a lot ... 13 Aug 2010 16:51
Using 3D plot perspective to calculate distance I would like to calculate the distance between a camera and a physical object based on the size of the object when projected onto the camera sensor. In Matlab, I can set the View camera to perspective projection mode with: camproj('perspective') ....and see the object appear to grow bigger as it moves closer ... 13 Aug 2010 19:03
for loop with 2 variables hello, I would like to make a for loop with 2 variables specified for each individual loop. i think it should go something like this for[ x=1 && y=2, x=3 && y=4] i=x+y end I want to get output i=3 i=7 , but this does not work can someone tell me the right way thank you ... 13 Aug 2010 17:57
HELP ME, Arrgh.. close(vid) on image acquisition Globals will work but arn't required. If you are using the handles to store vid (i.e., handles.vid) then you have to be sure to update the handles at the end of the function in which it is first stored to the handles, using: % Choose default command line output for IS_Photorefraction handles.output = hObject; % ... 13 Aug 2010 16:51
Image fusion using pca No sir i have taken grayscale image only..... Because iam not getting solution with true color image... Do you have demo code on image fusion using pca... Because that will be very helpfull for me.... ... 13 Aug 2010 17:57
Concerns about symbolic expressions and quadgk accuracy (Matlab and Mathematica differences) Hi everyone, I've been comparing numerical integration results between Matlab and Mathematica (quadgk and NIntegrate options). I have given both the same symbolic expression that has variables t and tau and is highly oscillatory. So far only Mathematica has been able to produce the correct result. However Matlab's r... 13 Aug 2010 16:51
Concerns about symbolic expressions and quadgk accuracy (Matlab and Mathematica differences) Hi everyone, I've been comparing numerical integration results between Matlab and Mathematica (quadgk and NIntegrate options). I have given both the same symbolic expression that has variables t and tau and is highly oscillatory. So far only Mathematica has been able to produce the correct result. However Matlab's r... 13 Aug 2010 16:51 |