Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Mathematics
General TopicsResearchOperations ResearchStatisticsMathematical LogicNumerical AnalysisUndergraduate MathAlgebra HelpRecreational Math
Math Software
MapleMathematicaMATLABScilabSASSPSS

Math Forum / Math Software / MATLAB / July 2008



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
mvtpdf with more than 2 variable29 Jul 2008 13:25 GMT1
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 plot29 Jul 2008 13:23 GMT4
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 GMT1
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 - problem29 Jul 2008 10:35 GMT3
Hai,
I have a cell array as follows,
a = {'126' 'a' '12e+2' '1.0325'}
b = cell2mat(a)
function output/input related29 Jul 2008 08:09 GMT1
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 GMT2
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
Question29 Jul 2008 02:08 GMT4
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 Fortran28 Jul 2008 23:36 GMT2
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 GMT2
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 TIFF28 Jul 2008 22:09 GMT8
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 Matrices28 Jul 2008 21:56 GMT3
Here's my code.
% S is now a finished product
Sdim = size(S);
x = 0;
functions and function handles28 Jul 2008 21:54 GMT3
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 OO28 Jul 2008 21:51 GMT5
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 xlswrite28 Jul 2008 20:53 GMT1
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 equation28 Jul 2008 19:40 GMT10
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)./
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.