| Thread | Last Post | Replies |
|
| Print Toolbar using Saveas Figure | 01 Aug 2008 00:38 GMT | 3 |
I am trying to save a figure after each iteration of a for loop, but the formatting is not preserved. When I save the file as a .jpg, the font size is increase from the default font size to around size 18 and the windows taskbar is not
|
| Dissapearing Elements in Sparse Arrays? | 01 Aug 2008 00:22 GMT | 4 |
I'm working with a large (16793600x400) logical sparse array named hits, and when I try to access multiple rows of the array at once, I get less elements than when I access the rows individually. For example:
|
| figure display | 31 Jul 2008 23:43 GMT | 2 |
Hi, I would like to update and display a figure as I do calculations in a loop. For example: t = 0:1:100;
|
| Solving an inverse ODE problem | 31 Jul 2008 22:59 GMT | 36 |
I have a problem dealing with the following ODE system: C * dx(t)/dt = A - B * x(t) - y(t) where A,B and C are constants. For this system I have data from measurements giving a noisy, continous signal of x. My
|
| uiresume/uiwait bug in r2007b | 31 Jul 2008 22:43 GMT | 6 |
It looks like something has changed on me. I've been shown that my selectdata code no longer runs, at least in R2007b. I've not tested it in R2008a, although I will. http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?
|
| extract eye,nose,lip from an image | 31 Jul 2008 22:13 GMT | 1 |
Please help me to provide source code of extract eye,nose,lip from an image
|
| Where is the graycomatrix.m??? | 31 Jul 2008 22:10 GMT | 2 |
Im with matlab 7, and i havent got the graycomatrix.m or the graycoprops.m of the image processing toolbox. Dont really know why....does it happens to you too?? Can anyone help me to get those files? Thanks everyone!
|
| pdf with skew and kurtosis | 31 Jul 2008 21:16 GMT | 2 |
How do I generate a pdf, given its mean, std, skew and kurtosis ? The function 'gevpdf' (statistical toolbox) does this for a given mean, std and skew. The function 'gevfit' fits a model of three parameters (mean, std, skew) to any data. I'm looking for an extension
|
| glmfit 'offset' parameter | 31 Jul 2008 20:06 GMT | 4 |
I don't get the purpose/usage of the 'offset' parameter in the glmfit function doc. I browsed through the references (Dobson and McCullagh), but didn't find a similar parameter. Does anyone know its meaning?
|
| concurrency + threads + synchronization | 31 Jul 2008 19:10 GMT | 9 |
I have a network that I'm simulation in Matlab. Each node in the network has events arriving at any time. Instead of using a timer object which does not allow triggers at irregular intervals, I've created a 'timer' through checking through iterations of an endless
|
| Draining Tank Problem | 31 Jul 2008 19:08 GMT | 2 |
Hi, i'm implementing a draining tank in simulink. The original height starts from a memory block and is decremented each iteration by a constant flow loss (which is previously fed into an integrator and the inverse of the
|
| function for translating and rotating triangles/points | 31 Jul 2008 18:52 GMT | 1 |
I am trying to write a script that will become a function for calculating the angular error between two lines, where one line is the reference line. My script takes three points that need not be located near the origin and then
|
| function for rotating set of points | 31 Jul 2008 18:52 GMT | 2 |
I'm working on a script that I will eventually turn into a function to use for data analysis. The idea is to take a triangle and translate it so that the "start" point is at the origin. I then want to rotate the triangle so that the
|
| Problem using solve... keeps busy | 31 Jul 2008 18:47 GMT | 1 |
I am trying to solve [ys] = solve('L-1/2/(x^2-2*x*a+a^2+y^2-2*y*ys+ys^2+z^2)^ (1/2)*(-2*y+2*ys)+1/4*(K-1/2/(x^2-2*x*a+a^2+y^2- 2*y*ys+ys^2+z^2)^(1/2)*(-2*x+2*a))/((1/4/(x^2-2*x*a+a^2+y^2-
|
| Major problem with program | 31 Jul 2008 18:29 GMT | 6 |
I am working on a class project that I am having a hell of a time with. I posted a link to a .pdf file that is the actual program. So far, I have created an .m file with the variables defined and it works fine but now I am having problems with the eigen functions and ...
|