Re: How do I use a sparse matrix that was returned by a mex file?
> > What is not clear to me is the following. If only the sparse matrix that is created inside the mex function is returned to the matlab environment, how does matlab know the internal structure...
View ArticleRe: help with generating data froma model
On Sunday, March 10, 2013 12:39:09 PM UTC+13, ilmical wrote:> TideMan <mulgor@gmail.com> wrote in message <cbe461b0-6f74-48f9-8afc-2ab9c8014a30@googlegroups.com>...> > > On...
View ArticleRe: neural nets - trainbr & regularization penalty
> syntax wise, how does one actually go about setting the parameter to anything? Regularization of the weights is controlled using parameters to the performance function, as is normalization of the...
View ArticleRe: Chain differential equations
OK, so I have re read the above and realised that it is not very clear. The crux of the problem is that I am solving a system of differential equations using ODE 45. The way I thought seemed logical...
View ArticleRe: commBCHEncoder/commBCHDecoder
"Timothy Koh" <timothy_koh87@hotmail.com> wrote in message <kh7lnu$pe1$1@newscl01ah.mathworks.com>...> "Steven_Lord" <slord@mathworks.com> wrote in message...
View ArticleRe: Problem with insertRow in Matlab2012b
No one has an idea or experience with Matlab2012b Java Components? The Version should be the same as in Matlab2011b: MATLAB Version 7.13.0.564 (R2011b) MATLAB License Number: 490273 Operating System:...
View ArticleRe: Variance of rayleigh random variable.
"Bai " <woshiwubai@yahoo.com.sg> wrote in message <khhk49$npp$1@newscl01ah.mathworks.com>...> Hi, may I know how does the variance affects the rayleigh random variable (generated using 2...
View Articleconversion from double to char
Hi Anyone know how to convert 1 1 1 0 0 0 <1x6 double> to 111000 <1x6 char>? Regards Timothy
View ArticleRe: conversion from double to char
"Timothy Koh" <timothy_koh87@hotmail.com> wrote in message <khk1ff$eur$1@newscl01ah.mathworks.com>...> Hi > > Anyone know how to convert 1 1 1 0 0 0 <1x6 double> to 111000...
View ArticleRe: Version 2012b breaks parallel toolbox code
"Jessica M" <noone@nowhere.edu> writes:> Edric M Ellis <eellis@mathworks.com> wrote in message <ytwppzb6t8b.fsf@uk-eellis0l.dhcp.mathworks.com>...>>> That's strange, the...
View ArticleRe: averaging
anyone <jaup@h/WSWLG{nR1³qHe> wrote in message <5139f468$0$58835$c3e8da3$c8b7d2e6@news.astraweb.com>...> On Fri, 08 Mar 2013 10:36:08 +0000, Micheal wrote:> > > Dear Matlab...
View ArticleRe: How to write multiple files (.dat or .txt) with consecutive file
On Monday, March 11, 2013 4:41:09 PM UTC+13, Kris wrote:> I have the following scenario:> > > > for t = 1:10 % As time goes from 1 to 10.> > > > for i = 1:10 % As position...
View Articlemap with equal area grid
Hi everybody, I have lat x lon grid data and i need to present these data on map. For this i decided to use Lambert equal-area projection to remove the influence of the varying grid cell areas. But...
View ArticleRe: conversion from double to char
"James Tursa" wrote in message <khk2oo$i49$1@newscl01ah.mathworks.com>...> "Timothy Koh" <timothy_koh87@hotmail.com> wrote in message <khk1ff$eur$1@newscl01ah.mathworks.com>...>...
View ArticleMATLAB
Any one can explain what is the algorithm used here... function seg = imseg(img,Lseg,F) if F % figure; imshow(img); axis on; title('Preprocessed image') % figure; imshow(img); axis on;...
View Articlehow to open wrl file in matlab
I am getting error at the time of open wrl file in matlab Error message is: Error using ==> vrsfunc Error reading VRML file: C:/Users/DivyaRaj/Documents/MATLAB/1.wrl, line 2: VRML 1.0 format is not...
View ArticleRe: all possible combinations for n bits in a m bit word
> Like this?> > v2=(dec2bin(0:(2^4)-1)=='1')> u2=v2(sum(v2')'==2,:) In a better single command, de2bi(0:2^b.modScheme-1)
View Articlehow to use comm.FSKModulator function
Hi I would like like to transmit the data E using FSK modulation. However I i am facing some problems declaring the input for comm.FSKModulator. The following is my codes. I hope someone with this area...
View Article