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
Opening one GUI from another17 Jul 2008 23:15 GMT4
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 density17 Jul 2008 23:04 GMT4
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 GMT1
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 quadprog17 Jul 2008 21:59 GMT5
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 arrays17 Jul 2008 21:23 GMT7
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 plot17 Jul 2008 20:56 GMT2
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 integers17 Jul 2008 20:43 GMT1
I have two integers with different length:
int1 = 82;
int2 = 34563409;
Basically I would like to Xor them together but then Matlab yields
matrix multiplication17 Jul 2008 20:36 GMT1
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 multiplication17 Jul 2008 20:34 GMT2
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 one17 Jul 2008 20:27 GMT3
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:
Matlab 2008a crashed using calllib()17 Jul 2008 19:50 GMT7
I loaded and used dll with Matlab2007b. All worked fine.
After I tryed the same script in Matlab2008a, it get
crashed. With following message:
Saving minidump to file
vector to cell?17 Jul 2008 19:00 GMT4
Hi this is a stupid question, but is there a short method to
convert a vector into a cell like xd={'0','0.5','1'}. I know
the code below works but its awful. There must be some
simple sprintf command to do it in one line? In the
ACML External Library in Fortran MEX File17 Jul 2008 18:43 GMT2
I'm trying to include the external ACML maths library in a
MEX file that I'm compiling.
The libraries are in /usr/local/acml/gnu64/lib/ and I have run:
export LD_LIBRARY_PATH=/usr/local/acml/gnu64/lib
Hammingweight17 Jul 2008 18:36 GMT2
Just a quick and easy question. Is there a function in matlab that
returns me how many ones are in the binary representation of a decimal
number (which is the hammingweight)? Or do I need to quickly write my
own routine?
memory issue with logging video to disk17 Jul 2008 17:53 GMT1
I appreciate any comment or suggestion,
I’m trying to capture real-time video and log it to disk
using the image acquisition toolbox (V3.0). Unfortunately,
runtime error happens after few minutes  because the video
 
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.