Creating primitive arrays using javaArray
Heeten Choxi, You are so right, there isn't an easy way to do that... Maybe you can write a java class to do just that: public class DoubleArray { public double[][] create(double rows, double cols) { return new double[rows.intValue()][cols.intValue()]; } } Ed. ... 8 Jan 2010 08:16
Compiling Matlab code using JAVA GUI objects
Gary Dunn, And what is the message coming from mcc? Ed. ... 2 Jan 2010 21:33
Error executing mcc, return status = 1 | mcc do not work
Mustafa ARIKAN, Looks like mcc could not find file C:\rlcdevre.m. Check and make sure it exists. Ed. ... 2 Jan 2010 19:22
java heap space error
nando, You'll need to use java.opts and place it in the directory where your "compiled" MATLAB executable resides. This way you could increase java memory footprint. Ed. ... 2 Jan 2010 19:22
merge different color
hello for all ,, I want to detect different colors from image , i am use this code hr=M(:,:,1); %red % image(hr) % figure('Name','blue') hb=M(:,:,3); %blue % image(hb) but , if I want to detect color rather than red , green , blue i want to merge the green and blue for define yellow , but how can I m... 3 Jan 2010 21:34
problem with mex
Can somebody help me?? ... 2 Jan 2010 19:22
interactionplot maineffectsplot
What version of Matlab is required for "interactionplot" and "maineffectsplot" ? I have version 6 of Matlab and do not have these .m files in the statistics toolbox. Also, is there a way of generating a cube plot for statistical analysis in Matlab? ... 3 Jan 2010 22:39
Slow/Fast Rayleigh Fading
Dear Friends, I am trying to simulate a fading channel using Matlab's rayleighchan() function, my question is how one can assure the generated fading is slow or fast. What i know is that the condition for slow fading is Tc >> Ts otherwise it is fast fading , where Tc is the coherence time and Ts is the symbol duartion... 6 Jan 2010 08:43
PDIST
Hi: There is a matrix that is "x" [different conditions (168)-by-variables (9)]. You suppose that I made 28 different sub-matrices from "x", wherein size of each sub-matrix is (6-by-9). I want to compute Euclidean distances among 9 variables for any given sub-matrix. X (:,:,:)=subdivide (x,6,9); % size of cell i... 3 Jan 2010 00:50
smes unit
salam i think that i an help if i see the bloks..... thanq arshad "Andi Yunus" <shiddiq_96(a)yahoo.com.sg> wrote in message <he750i$cuk$1(a)fred.mathworks.com>... Dear all, Hi is there anyone who has a model of smes (superconducting magnetic energy storage)? I tried to model it using universal bri... 1 Jan 2010 20:39