compiling a DLL to be used in Matlab
Hi, I am trying to use Matlab compiler to generate a DLL including some functions which I would like to use later on in Matlab by e.g. calllib commands. I have the the following: Matlab+Matlab Compiler...
View ArticleRe: Compiled .EXE can't find mex, but I can see it in the CTF archive!
"Matt J" wrote in message <k6d7td$1e5$1@newscl01ah.mathworks.com>... > Could that mismatch occur if the target machine is using the wrong MCR version? Could anything run in that event? If MCR...
View Articleneighbors of superpixels obtained by watershed
Hi, I am trying to use superpixel in image segmentation based on markov random field. I apply watershed on a 2D image to obtain superpixels of the image. The resulting image has the same size with the...
View ArticleRe: neighbors of superpixels obtained by watershed
On 10/26/2012 8:39 AM, Xi wrote: > Hi, > > I am trying to use superpixel in image segmentation based on markov > random field. > I apply watershed on a 2D image to obtain superpixels of...
View ArticleRe: adding data to axis2 using plotyy
Thanks dpb, my syntax was wrong...it is now working fine
View ArticleRe: Matlab Error: "identifier" expected, "(" found.
"Rohit gupta" <im.rohit@hotmail.com> wrote in message news:k6c8gc$h1b$1@newscl01ah.mathworks.com... >>>a = 100;b = 4;c = 1;d = 10;e = 20;f = 100;g = 150;h = 60; >>> x0 =...
View ArticleRe: Student's t-test without full sample
> It seems what I am looking for can best be achieved by > > abs(x/sx) < tinv(0.975,df) That looks right. You can compute the p-value using tcdf, or compute a cutoff for a significance test...
View ArticleRe: even and odd numbers
"Rubi " <phreakadelik@hotmail.com> wrote in message <glikor$epo$1@fred.mathworks.com>... > Hi and thanks for any idea or code ! > > Im new at matlab > I have an .m file...
View ArticleRe: fmincon - Remove equality constraint
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <k6d5o0$nv3$1@newscl01ah.mathworks.com>... > > Thanks Torsten. > > > > I need to find the roots for myfun = 0...
View ArticleRe: Importing IGOR PRO project files or wave files
Does anyone know if the files readIBWbinheader.m and readIBWheaders.m are posted anywhere? Cheers, Ryan
View Articlesingle talk period detection
Hi, I am tryiing to detect a period where only a single speaker is active from a speech mixture of 2 or 3 speakers. This need to be done blindly that is without prior information regarding the speakers...
View ArticleRe: even and odd numbers
On 10/26/2012 10:22 AM, Hamad Ali wrote: > "Rubi " <phreakadelik@hotmail.com> wrote in message > <glikor$epo$1@fred.mathworks.com>... >> Hi and thanks for any idea or code !...
View ArticleRe: compiling a DLL to be used in Matlab
I've never tried it, so there may be a workaround, but the documentation specifically says that you can't load a Compiler generated dll using loadlibrary. See the limitations section of,...
View ArticleRe: Problem with a for loop
On 10/25/2012 9:59 AM, Giorgio Monti wrote: > Hi, > > I'm a student and I need help on this case: > > I have a matrix "V" with N = 100 rows and T = 30 columns which describes > the...
View Articleimage combination
Hi all, I am exploring the possibility of using Matlab to combine different images of a large picture. Say, I have a camera which can only take pictures within a certain view feild, so I will have to...
View ArticleRe: Saving variables on the same file
On 10/27/2012 7:23 AM, Elnaz wrote: > Hi all, > > I am running multiple jobs (i.e. the same function with different > params) on Linux and I want to save the results on different columns of...
View ArticleRe: Remove header from CSV file
On 10/27/2012 1:37 AM, dexter wrote: > I need to remove header information from a CSV file and from reamining > rows i need to save only specific columns(eg. 2nd,5th column without > header...
View ArticleGetting Started with Portfolio Optimization
Getting Started with Portfolio Optimization I’m watching the video here: http://www.mathworks.com/videos/getting-started-with-portfolio-optimization-68762.html I now the financial theory. I’m trying to...
View ArticleRe: Data acquisition toolbox with NI card digital output very slow
check the sampling time of DAQ card setting, try to change it.
View ArticleRe: Saving variables on the same file
dpb <none@non.net> wrote in message <k6h2uq$98s$2@speranza.aioe.org>... > On 10/27/2012 7:23 AM, Elnaz wrote: > > Hi all, > > > > I am running multiple jobs (i.e. the...
View Article