Re: how find a relation between unknowns in this equation?please help me
"ghasem " <shaban_sadeghi@yahoo.com> wrote in message <kmeg52$jkt$1@newscl01ah.mathworks.com>...> Hi.> I have a non-linear equation including bessel functions with complex argument,as...
View Articlemex build: xcode wont link to _mexPrintf, mxGetPr, etc
I cannot link a simple mex project in xcode. Mex command works ok in matlab, but in Acode I get Apple Mach-O linker (ld) error and three lines of "Undefined symbols for architecture x86_64" errors:...
View ArticleHow to set axis for getframe.
Hi there i have to images right next to each other, and i want to try and make a movie by using 'getframe'. However the 'getframe' only saves the image that was last used. How to do i change it so that...
View Articlesolutions manual contact to road89395@gmail.com
Manual with detailed solutions and great explanation,contact to road89395@gmail.com or road89395(at)gmail(dot)com,fast delivery,system of payment safely and affordable price ssolutions manual...
View ArticleRe: Can this run any faster?
Hi all, After a long time while I 'm still suffering from long simulations I came back to this thread and vow! Thanks so much Bruno, Roger, and Steve. To sum everything up let me go over the problem...
View ArticleRe: how find a relation between unknowns in this equation?please
On 5/8/2013 4:41 PM, ghasem wrote:> "ghasem " <shaban_sadeghi@yahoo.com> wrote in message <kmeg52$jkt$1@newscl01ah.mathworks.com>...>> Hi.>> I have a non-linear equation...
View Article3D image thinning (erosion)
Hi folks, I have nx3 matrix (x,y,z,v), in which the three first values of each row represents the centroid of the voxel and fourth value of each row has a 0 or 1 value demonstrating binary 3D image. I...
View ArticleVectors combination
Hi everybody, I want to combine coordinates (X, Y) of several points to get a matrix with all possible location combination of the points. As a condition, I need that for each combination the points...
View ArticleRe: how find a relation between unknowns in this equation?please
"Nasser M. Abbasi" wrote in message <kmeoa2$uao$1@speranza.aioe.org>...> On 5/8/2013 4:41 PM, ghasem wrote:> > "ghasem " <shaban_sadeghi@yahoo.com> wrote in message...
View ArticleRe: 3D image thinning (erosion)
"Mahdi Roozbahani" <m.m.roozbahani@gmail.com> wrote in message <kmeoon$cuo$1@newscl01ah.mathworks.com>...> Hi folks,> > I have nx3 matrix (x,y,z,v), in which the three first values...
View ArticleMath eXtension Library (MXLib) v0.5.0 Released
I'm pleased to announce a Beta version of MXLib has been posted to Sourceforge. Why is that relevant here? MXLib makes it easy to port MatLab code to C++ without buying the expensive MatLab Compiler....
View ArticleRe: Can this run any faster?
"Elnaz " <ebsadeghian@gmail.com> wrote in message <kmelul$5ku$1@newscl01ah.mathworks.com>...> Hi all, > > After a long time while I 'm still suffering from long simulations I came...
View ArticleStupid question ;)
Hi, I have a simple question but I did not manage to find the solution. I am working on some block bootstrap resampling methods, and I need to take a vector x with some data and divide it into blocks...
View ArticleRe: Special characters in axis labels from plot(LinearModel)
> set(get(gca,'XLabel'),'Interpreter','tex')> > The LinearModel object turns this interpreter off, so things like > my_variable won't be displayed with a subscript v. Thanks! This worked...
View ArticleRe: Stupid question ;)
On 5/8/2013 10:10 PM, SK wrote:> Hi,>> I have a simple question but I did not manage to find the solution.> I am working on some block bootstrap resampling methods, and I need to> take a...
View ArticleRe: difference at a specified lag: diff()
Or you can use Y = X - lagmatrix(X, lag) to compute a first order difference at lag "lag".
View Articlecompiling mex on Linux vs. Windows
Hi all, This seems strange but when I compile and run the same exact .cpp code on Linux, the result is different than Windows. I set the rng(0) in the beginning of the MATLAB script which calls the mex...
View ArticleRe: Code for masking out wet points in bathymetry data
On Friday, May 10, 2013 2:34:14 AM UTC+12, Alice wrote:> Hello,> > > > I am currently trying to create a bathymetric input grid for an oceanographic model. Does anybody know of any code...
View Articlelsqcurvefit with matrix "xdata"
I am trying to use lsqcurvefit to find a single parameter estimate with two x values per predicted y, but the result is always "Function value and YDATA sizes are incommensurate." Previously, when...
View ArticleOutput from 'bwlabel' and 'bwdist'
All -- I am using 'bwdist' to subdivide a 2D array into polygonal neighborhoods. The label matrix output from 'bwdist' is difficult to work with because the neighborhoods are not ordered sequentially,...
View Article