| Thread | Last Post | Replies |
|
| mvtpdf with more than 2 variable | 29 Jul 2008 13:25 GMT | 1 |
I'm looking to do exactly the same thing as this little code [X1,X2] = meshgrid(linspace(-2,2,25)',linspace(-2,2,25)'); X = [X1(:) X2(:)]; C = [1 .4; .4 1];
|
| Gamma Pdf plot | 29 Jul 2008 13:23 GMT | 4 |
Can someone help me figure this out: I need to plot dataset x- with the gamma pdf distribution. A colleague told me I go do this in Matlab but I can seem to figure out how to do it. Any help would be appreciated.
|
| which triangle(s) ddoes the point belong to? | 29 Jul 2008 11:30 GMT | 1 |
Hi community, i hope you enjoy the summer. Nevertheless, i am working (or at least trying to...) So i encountered a very time consumptive problem:
|
| cell2mat - problem | 29 Jul 2008 10:35 GMT | 3 |
Hai, I have a cell array as follows, a = {'126' 'a' '12e+2' '1.0325'} b = cell2mat(a)
|
| function output/input related | 29 Jul 2008 08:09 GMT | 1 |
can any one help me?? what will be the source code in matlab for implementing the " output of a function will be the input to a another function nad that will shown graphically".
|
| anovan vs. aoctool... | 29 Jul 2008 08:05 GMT | 2 |
I'm exploring a model with two factors - one continuos (X) and one discrete (S): Y = X + S + X*S It seems that 'aoctool' is exactly the tool for this job. In order to include more factors, I need to switch to 'anovan'. As a sanity check - I ran the same model
|
| Question | 29 Jul 2008 02:08 GMT | 4 |
Hello everybody .. im new user of simulink and I want to represent an equation to model the satellite atittude . The equation is No. 1 at the following link : http://en.wikipedia.org/wiki/Kepler_orbit
|
| Help please Reg. mex Fortran | 28 Jul 2008 23:36 GMT | 2 |
I am a beginner with coding in mex Fortran,and I had posted a query few days ago with regards to the problem I am facing. My need is: I need to create a 4 Dimensional array ,the contents of
|
| TMW postings not being repeated on usenet? | 28 Jul 2008 22:34 GMT | 2 |
Over the last few months I'm seeing only about 2 to maybe 5 in 25 postings in which the original posting shows up on my newsfeed. Is there something in the TMW's web interface keeping other newsservers from relaying them or is the anti-spam engine too effective or somesuch?
|
| JPEG-compressed TIFF | 28 Jul 2008 22:09 GMT | 8 |
If imread() should open a JPEG-compressed 24bit RGB Tiff image the following error message is generated: ??? JPEG-compressed TIFF images are not supported. Image reading by imread of JPEG-compressed 24bit RGB Tiff
|
| Accessing Elements in Large Matrices | 28 Jul 2008 21:56 GMT | 3 |
Here's my code. % S is now a finished product Sdim = size(S); x = 0;
|
| functions and function handles | 28 Jul 2008 21:54 GMT | 3 |
I can define K = @(x,y,b)quad(@(z)somefunction(x,y,b,z),limits on z);. This works fine. When I define f = @(b)dblquad(@(x,y)K(x,y,b),limits on x and y); No problem.
|
| Simple Set Function with OO | 28 Jul 2008 21:51 GMT | 5 |
I have an embarrassingly easy question, but I just cannot solve it on my own. I tried to get into Matlabs new object orientated programming a little bit, but I got stuck quite early. The Problem arises, whenever I want to set properties of an
|
| help for xlswrite | 28 Jul 2008 20:53 GMT | 1 |
I want to write test results for several subjects to excel. I export the first one like this: subject_one = [1; 2; 3; 4; 5; 6; 7; 8; 9; 10]; subject_two = [10; 9; 8; 7; 6; 5; 4; 3; 2; 1];
|
| How to cut the equation in two pieces and matlab still recongises it as one equation | 28 Jul 2008 19:40 GMT | 10 |
I am wondering whether you could tell me how cut the equation in several pieces so that matlab can still recongises it as one equation. For example, I have a very long matlab equation like this: value_1=c.^(gamma_v+1/2)*exp(sgn(a)*c)*(1+u).^(gamma_v)./
|