Re: color image feature extraction from segmented image
"ishant" wrote in message <kocet4$28h$1@newscl01ah.mathworks.com>...> hello everyone,> I do not have any idea how to extract feature from a segmented image without converting it to binary...
View ArticleMatrix dimensions must agree, not rendering mesh
I try to generate a gussian filter the code is showing below. The problem was the system always said :Warning: Matrix dimensions must agree, not rendering mesh. what is this problem. Could u guys have...
View ArticleRe: GUI for pca ica
"Nikunj Tanna" wrote in message <gpj09s$meb$1@fred.mathworks.com>...> Hi,> > I've made one simulink model for software defined radio. Now i want to make gui for the same. When i press...
View ArticleRe: Please i need Leach protocol code
"October" wrote in message <jm1rug$k38$1@newscl01ah.mathworks.com>...> Please if someone has leach protocol code send me it . I really need it. Does this help, LEACH codes in NS2 and Matlab at...
View ArticleRe: Calling a matlab shared library compiled in a C++ project from VBA
"Fabian " <fabian.dekeyn@efa.eu> wrote in message <ko9ohc$mni$1@newscl01ah.mathworks.com>...> Hi, > > I have done the following: > > 1 - Create a matlab shared library> 2...
View ArticleRe: Matrix dimensions must agree, not rendering mesh
On 6/2/2013 5:54 AM, Jianxiang wrote:> I try to generate a gussian filter the code is showing below. The> problem was the system always said :Warning: Matrix dimensions must> agree, not...
View ArticleHow to Determine the number of the components in plsregress()?
When I use plsregress() function in Matlab, I have to give a value of ncomp which stands for the number of the components of PLS method. If I don't so, Matlab will assign a default value to this input...
View ArticleHow to call function relatively within a package (with '+' in
Hi, I have the following code. To call blahblah() from blahblah2(), I have to use the full name mypkg.blahblah(). Since blahblah2 is in the same pacakge, it is better to be able to call it with...
View ArticleMatLab filter design HDL coder 1 bit error
Hi ,         I designed a Lowpass IIR second order filter - Direct form II (Butterworth) and used filter design hdl coder to generate RTL and Testbench. When i simulate the RTL and TB i get 1-bit error...
View ArticleRe: Using GPIB-USB-HS with Matlab ...
Hi Francois, I have a similar issue, I am also running a Mac OS 10.8.3 and using GPIB to connect with an instrument. I installed the latest N1-488.2 drivers for Mac but still matlab is not able to find...
View ArticleRe: Vectorizing nested for loops with loop dependencies
What is typical value of len? Here is an equivalent function for weight > 0. function V = someFunction(ts) len = length(ts); i = 1:len; V = bsxfun(@minus,ts(:),ts(:)') ./ bsxfun(@minus,i(:),i(:)');...
View Articlematrix exponential expm
Hello. I'm using expm function to solve differential systems of equations for some simulations. It worked fine before for an another program. Now I have the problem that the result matrix contains NaN...
View ArticleRe: vectorizing many (semi-independent) mldivides
Thank you, that is helpful! -syam "Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <kocc8r$p5l$1@newscl01ah.mathworks.com>...> "Syam" wrote in message...
View ArticleRe: Vectorizing nested for loops with loop dependencies
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <koiq9c$g5u$1@newscl01ah.mathworks.com>...> What is typical value of len?> > Here is an equivalent function for weight...
View ArticleRe: Vectorizing nested for loops with loop dependencies
On 6/3/2013 2:40 PM, Michael wrote:> "Bruno Luong" <b.luong@fogale.findmycountry> wrote in message> <koiq9c$g5u$1@newscl01ah.mathworks.com>...>> What is typical value of...
View ArticleSaving a Matlab Variable as a .dat text file with a header
Hi, I have a variable in my workspace that is a <9583x5 double> and I wish to save it as a text *.dat file along with a 2 line header that resembles this: TITLE = "Particle Test 5" VARIABLES =...
View ArticleRe: List all "cases" in a switch programmatically
"Steven_Lord" <slord@mathworks.com> wrote in message <koabbn$rh8$1@newscl01ah.mathworks.com>...> > > "Bjorn Gustavsson" <bjonr@irf.se> wrote in message >...
View ArticleRe: build range in excel (cell notation)
"Andy" wrote in message <ihn8p0$nvo$1@fred.mathworks.com>...> "Shirley Zheng" wrote in message <ihn5fv$jd4$1@fred.mathworks.com>...> > Hello, need help, please!> > > >...
View ArticleRe: Saving a Matlab Variable as a .dat text file with a header
On Tuesday, June 4, 2013 8:25:18 AM UTC+12, Michael wrote:> Hi,> > > > I have a variable in my workspace that is a <9583x5 double> and I wish to save it as a text *.dat file along...
View ArticleRe: Running CDF player using MATLAB through MATLink
On Monday, 3 June 2013 08:27:09 UTC+2, Abhishek wrote:> Hi all, > > Hello,> > As you might be knowing, MATLink links Matlab code to Mathematica and hence we can call a matlab program...
View Article