First  |  Prev |  Next  |  Last
Pages: 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990
how to export some parameters in each iteration?
Hey my matlab friends: I have a question about how to output some parameters in a iteration loop. I have a while loop while (error > 1e-7 && iter <100) .... .... (some other parameters) error iter = iter + 1 end because the code is big, it has many similar loops, I can't identify which one is in whi... 8 Apr 2010 12:33
calculating mean and standard deviation of pixels in images
hello friends, we are developing a project called as object tracking in video sequences to track the motion of an object in a video. for this frames are captured from video. then background subtraction algorithm is applied. to detect the moving object in an image i want to calculate the mean intensity of the particular... 8 Apr 2010 12:33
how to generate an array of objects
Hi, I would like to be able to generate(approx 100) objects of a user defined class using a loop.I this possible or is there a better way? ... 9 Apr 2010 07:47
How do i include an average and 90% confidence in plot?
i have x-y data as such (i hope that the pic works): http://img175.imageshack.us/i/77916937.jpg/ where there are multiple y values for every x. how do i calculate an average value for each x and how do i make the 90% confidence interval and plot them? any suggestions? ... 9 Apr 2010 14:29
GUI Tab Order
I'm attempting to alter the tab order in my MATLAB GUI. I understand there is a tab order tool in GUIDE, however it doesn't see panels for whatever reason. Therefore, I'm attempting to use uistack to change the order (see below). The code I implemented definitely changed the order, but not entirely in the way I anti... 8 Apr 2010 10:56
accessing array elements inside the loop
a=[13 14 13 14 0 13 0 13 13 14 13 14 0 13 0 13] b=[15 16 17 15] i should get Ans=[13 14 13 14 15 13 16 13 13 14 13 14 17 13 15 13] plz help. i stuck out with thi problem from... 8 Apr 2010 10:56
How to Extract Profile From Data Grid
I have a set of gridded topography data and I want to take some profiles through it to be able to analyse it. Obviously if the profiles went vertically or horizontally across my grid I could just use the corresponding columns or rows of the matrix, but i would like to specify the start and end points of my profiles, s... 9 Apr 2010 07:47
how to play movie in full screen mode
Hi everybody! I' m writing a script for a behavioural psychological study. I have to present some video to my subjects, recording their response and reaction time. To do so (displaying the video) I m using these command lines MOV=aviread ('filename') movie (MOV, 1, 24) [play movie 'MOV', 1 time, 24 fps] The pr... 8 Apr 2010 14:00
Uncertainty of fit
Hi all, I am trying to get uncertainties of best fit parameters from fminsearch function. It will be easy if I have a normal Matlab script as fit function, but I use Matlab to call a Linux program to calculate signal from input parameters. So, I created a Matlab function with some input parameters, the output is calcu... 8 Apr 2010 15:10
Static text with horizontal slider
hi, I have a multi-lines static text box that shows the results of my program. The problem is that is too small to display my results and I'm maxed out on space in my GUI. Apparently someone had the same problem a while back. http://www.mathworks.de/matlabcentral/newsreader/view_thread/235578 Does anyone no... 8 Apr 2010 10:56
First  |  Prev |  Next  |  Last
Pages: 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990