Re: Generate random numbers with fixed sum and different constraints
Just a small typo correction in a comment of my code. It should read: % feasible set: S = { x=x0+B*y : A*y <= b } % Bruno
View ArticleGhostscipt help
I m trying to use ghostscipt in matlab in the ps_pdf2ascii function but it returns the status 0 indicatinng the path is not set.I have set the path using the environmental variable by adding a...
View ArticleRe: Phase Shift Discriminator
"Nicolas C" <nchambe@voila.fr> wrote in message <eee25a0.-1@webx.raydaftYaTP>...> Hi,> > I try to simulate a GFSK modulation demodulation with a vco to> transmit data and a...
View ArticleRe: Generate random numbers with fixed sum and different constraints
"Roger Stafford" wrote in message <k8ens1$kfr$1@newscl01ah.mathworks.com>...> "David Epstein" <David.Epstein.spam@remove.warwick.ac.uk> wrote in message...
View ArticleReturn value from Java to MATLAB
"Derek Abeyta" wrote in message <k8e16i$17v$1@newscl01ah.mathworks.com>...> I currently have a script that uses Java to do a certain set of keypress for cut and paste operations. These...
View ArticleRe: Vector comparison using if
On 11/19/2012 11:33 PM, Rajasekhara Madhusudan Narayana Bhatla wrote:>> many ways to do this. One way>>>> ---------------->> fs = 1000;>> x = 1:4/fs:5;>> Y =...
View ArticleRe: Generate random numbers with fixed sum and different constraints
"Roger Stafford" wrote in message <k8ee8q$k6f$1@newscl01ah.mathworks.com>...> R = bsxfun(@power,rand(m-1,n),1./(m-1:-1:1)');> X = cumprod([ones(1,n);R]).*[ones(m,n)-[R;zeros(1,n)]]; Very...
View ArticleRe: Boxplot several datasets
Thank you Tom, this is exactly what I needed a simple example to get started. All the best "Tom Lane" <tlane@mathworks.com> wrote in message <k8do5k$plv$1@newscl01ah.mathworks.com>...>...
View ArticleWarning during integration: Matrix is close to singular or badly scaled
I have multiple doubts in this regard. My system components are best represented as matrices (three coupled components in a physical unit which interact with different neighboring units [an array of...
View ArticleRe: Vector comparison using if
"Rajasekhara Madhusudan Narayana Bhatla" <rmnaraya@asu.edu> wrote in message <k8eno8$k9d$1@newscl01ah.mathworks.com>...> Hi,> I'm sought of new using matlab. I've a situation where...
View ArticleRe: matrix function that compare a list of real numbers with a real number
"felix " <f_3lix@hotmail.com> wrote in message <k8d4le$dmc$1@newscl01ah.mathworks.com>...> I need a function which accepts as input a list of real numbers, and a real number X and which...
View ArticleGPU and Neural Network ... is this operation legitimate?
Hi, I need to compute many simple Neural Networks... thousands. I would like to use a parallel for on the GPU. The FIRST problem is that I am not able to compute the net on the GPU: % Net creation...
View Articlepeak detection
How to detect peaks in this image and get position of it.? I want to scan line by line each row and want (max(c) + min(c))/2, for each row. so peak will be detected.. but how to write that...
View ArticleEmbedding using Genetic Algorithm
I'm doing a project on speech steganograpjy using GA. But I've no idea about how to do genetic algorithm in matlab. For embedding I'm using Genetic Algorithm based embedding method. In MathWorks also...
View ArticleSwap elements in a matrix
Hi, I have a question about swapping elements in a matrix. I would like to swap elements in the matrix without making a new matrix. Though I googled about any functions, I failed to find out. Below is...
View ArticleGUI open error
I have a problem on running or opening the GUI .m/.fig,. I suddenly closed the MATLAB while the compiling status shows"stopped at debugger". then I tried to reopen the MATLAB & run the GUI, this...
View ArticleGUI open error
I have a problem on running or opening the GUI .m/.fig,. I suddenly closed the MATLAB while the compiling status shows"stopped at debugger". then I tried to reopen the MATLAB & run the GUI, this...
View ArticleRe: Swap elements in a matrix
On 11/20/2012 10:39 PM, Jinsoo wrote:> Hi,>> I have a question about swapping elements in a matrix. I would like to swap elements>in the matrix without making a new matrix. Though I googled...
View ArticleRe: Swap elements in a matrix
"Jinsoo" wrote in message <k8hlti$d9q$1@newscl01ah.mathworks.com>...> a = [ 3 1 2 > 2 1 1> 5 4 4 ]> > I want to change a(1,2) -> a(2,1) and a(2,1)->a(1,2). - - - - - - - - -...
View ArticleRe: How to calculate Normalized cross correlation - RGB image
"Ananth " <ananth_prog@rediffmail.com> wrote in message <k8evjh$fks$1@newscl01ah.mathworks.com>...> To Calculate Normalized cross correlation - RGB image?> >...
View Article