| Thread | Last Post | Replies |
|
| Generalize eigenvalue problem | 18 Jul 2008 06:33 GMT | 6 |
I'm reading a paper "Estimating Observation Functions in Dynamical Systems using Unsupervised Regression" recently. The authors claim that equation 7-9 in the paper can be formulated as a generalize eigenvalue problem.
|
| Transparency and geoshow questions? | 18 Jul 2008 02:35 GMT | 2 |
I am still trying to solve a problem of removing NaN data from my image created using geoshow. The NaN data is visible as the lowest values from the colorbar. I changed this to purple for better visualization:
|
| joint pdf | 18 Jul 2008 01:59 GMT | 4 |
1. I have an n-dimension data. 2. I could get the pdf of each one from each of their histograms. 3. Now I would like to get the joint pdf of the all the
|
| WindowButtonUpFcn while rotate3d is active? | 18 Jul 2008 00:42 GMT | 2 |
I am trying to update the position of a camlight after using rotate3d to rotate my patch data. The callback works if rotate3d is off, but not while it is on. How can I make it work while rotate3d is on so I don't have to turn off
|
| need urgent help | 17 Jul 2008 23:38 GMT | 1 |
when ever I try to execute the program below it gives the following message: -------- ??? Attempted to access ev(1,3); index must be a positive
|
| Opening one GUI from another | 17 Jul 2008 23:15 GMT | 4 |
I have two GUI's saved in one folder. I want GUI_2 to start when one of the button in GUI_1 is pressed. Please let me know how this can be done...
|
| 2D power spectral density / 2D power spectrum density | 17 Jul 2008 23:04 GMT | 4 |
Please kindly correct me if I'm wrong. I have two variables of the same length obtained from a measurement: A and B. I took the two dimensional power spectral density by:
|
| many random permutations? | 17 Jul 2008 22:56 GMT | 1 |
What is the fastest way to compute 50000 random permutations on 10 symbols? I had thought evaluating Z(50000,10), where Z = @(m,n) arrayfun(@(o) randperm(n), 1:m, 'UniformOutput',
|
| How to calculate the hessian matrix H for quadprog | 17 Jul 2008 21:59 GMT | 5 |
Hi, I have a quadratic objective function like this: y=a_0+a_1*x_1+a_2*x_2+...+a_n*x_n +a_12*x_1*x_2+.....a_n-1,n*x_(n-1)*x_n+
|
| Cell arrays | 17 Jul 2008 21:23 GMT | 7 |
I have a bunch of variables labled var1,var2,var3.... i tried to create a cell array as i was running through the function but i kept getting an empty array before the indexed number. Such that:
|
| Turning off ticks for a 3D plot | 17 Jul 2008 20:56 GMT | 2 |
I am trying to do plot an isosurface, but I don't want any tick marks. I have included the line: set(gca,'XTick',[],'YTick',[],'ZTick',[]); in my code, but the exponent (i.e. the x 10^-8 part) won't
|
| xorING different length integers | 17 Jul 2008 20:43 GMT | 1 |
I have two integers with different length: int1 = 82; int2 = 34563409; Basically I would like to Xor them together but then Matlab yields
|
| matrix multiplication | 17 Jul 2008 20:36 GMT | 1 |
i need to multiply two matrices of A(17,111,132) and B(4,17) over k that s from 1 to 17 (the B matrix variable). how can i do this calculation in matlab? i tried repmat but cound not be able to solve it. thanks
|
| matrix multiplication | 17 Jul 2008 20:34 GMT | 2 |
i need to multiply two matrices of A(17,111,132) and B (4,17) over k that s from 1 to 17 (the B matrix variable). how can i do this calculation in matlab? i tried repmat but cound not be able to solve it.
|
| easy one | 17 Jul 2008 20:27 GMT | 3 |
I'm new to Matlab so excuse me if this is a stupid question :) Suppose I have X = [0 6 2 9 9 12 15] And I want to get a vector which has ones for values between 3 and 10 and everything else a zero. So the new vector is then:
|