Re: measured boundary conditions
"Carl S." wrote in message <k8a2o8$2sj$1@newscl01ah.mathworks.com>...> "Carl S." wrote in message <k89olv$rr$1@newscl01ah.mathworks.com>...> > "Carl S." wrote in message...
View Articleguide uitable (Cells Calling)
Hi all, I'm requesting the help from you. I'm building a gui in matlab guide with a uitable and a push button. The table is a 3x3 that askes the user to fill in cell in column 1 and 2. A simple...
View ArticleRE: 8PSK-TCM modulation Simulation
hi i wan 8-psk , 16-psk and qam , 4-qam , 8-qam ,16-qam 32-qam 64-qam...... working codes can any pl help
View ArticleRe: finding a column that has X element in each row
On 11/18/2012 8:29 PM, Jinsoo wrote:> Hi,>> I have a question regarding how to find a column that has X element in each row.> For example,> a=> [ 1 2 3 4 5> 2 1 4 3 5> 3 4 5 1...
View ArticleRe: finding a column that has X element in each row
"Nasser M. Abbasi" <nma@12000.org> wrote in message <k8cao7$ivk$1@speranza.aioe.org>...> On 11/18/2012 8:29 PM, Jinsoo wrote:> > Hi,> >> > I have a question regarding...
View ArticleRe: finding a column that has X element in each row
On 11/18/2012 9:57 PM, Nasser M. Abbasi wrote:> to find things in matrices, use the find() command:>> ------------------> [~,J] = ind2sub(size(a),find(a==2))> ------------------>>...
View ArticleRe: finding a column that has X element in each row
On 11/18/2012 10:17 PM, Jinsoo wrote:>>> I appreciate Nasser. Your reply helped me a lot. I would like to get the>result in order of the row. Your result says that there is 2 in>column...
View ArticleRe: spdiags() Index exceeds mat
"dfd ssss" <herosyl@126.com> wrote in message news:k8b9n2$6hd$1@newscl01ah.mathworks.com...> I just want to form a block tridiagonal matrix(DOWN is sub M in the > middle,UP is...
View ArticleRe: Subtract values in a matrix
"Bob Ferreira" <migmick2000@hotmail.com> wrote in message news:k88nie$f7r$1@newscl01ah.mathworks.com...> Hi there!>> I need really need some help on this,> I have a matrix which has...
View ArticleMATLAB functions in CUDA Kernel
I am interested in calling certain MATLAB functions, such as fft and repmat in my cuda kernel but I haven't seen any third party libraries to support this. Does anyone know how I can accomplished this...
View ArticleRe: Generate random numbers with fixed sum and different constraints
Sorry, I miss the definition of the variable 'tol' in my previous posted code; here we go again: % lower + upper bounds lo = [1 0 2 1 0]; up = [5 6 4 4 2]; % target sum s = 15; % number of samples n =...
View ArticleRe: About speech recognition using Neural Networks
Hi, I am working in something similar, would you mind to share your training data? I have been looking for a LEFT RIGHT data base. Best Regards, - Marco "FMEE" wrote in message...
View ArticleRe: ifft very slow
> > This is probably platform and release dependent. On my WinXP laptop running R2012a, the top row (using ifft) takes <3secs, whereas the second (fft with 2 conjs) takes 4.5 secs. Your...
View Articlepassing external parsmeter to nlmefitsa and ode45
Dear all, I am facing the following problem: how to pass external parameters to the @mymodel function used in the nlmefitsa function? (see below for specifications)...
View ArticleHow to copy and past Excel-data into a MATLAB GUI table?
Hello world, i really would like to paste rows and columns from Excel into a MATLAB GUI table. So far, if I past into the table all the data is crammed into the one cell which is currently highlighted....
View ArticleRe: change webcam resolution
"Jason Atwood" <jwatwood@gmail.com> wrote in message <k896to$4bq$1@newscl01ah.mathworks.com>...> So what was your solution? Hi Jason, this is only manual: %get the supportedformats: k =...
View ArticleRe: MATLAB functions in CUDA Kernel
"Jerome " <the_rome@hotmail.com> writes:> I am interested in calling certain MATLAB functions, such as fft and> repmat in my cuda kernel but I haven't seen any third party libraries> to...
View ArticleRe: Removing vector elements that exist in another vector
On 11/19/2012 11:33 PM, Nasser M. Abbasi wrote:>>>>> A(ismember(A,H1))=[]>>>> fyi;>> another way is>> A = setdiff(A,H1); Just watch out, that setdiff() returns...
View ArticleRe: Generate random numbers with fixed sum and different constraints
"Roger Stafford" wrote in message <k8ee8q$k6f$1@newscl01ah.mathworks.com>...> "Bruno Luong" <b.luong@fogale.findmycountry> wrote in message...
View Article