First  |  Prev |  Next  |  Last
Pages: 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354
Problem with BIC
Hi, I need a help with BIC algorithm I implemented the BIC as explained in Scott. Chen " Speaker, Environment and Channel change detection and clustering via the bayesian information criterion" paper and my code is not give the right value. For example I need to send 2 segments and the BIC value must be <0 if the... 2 Jul 2010 17:57
fmincon
Hello I am using fmincon to minimize a problem with an input variable x and an auxiliary variable w. How can I call fmincon in order to get the results for both x and w? The function that I have is a function with simple linear constraints. The auxiliary variable told me that will make the optimization better. Help pl... 2 Jul 2010 21:14
Naming sheets in excel file
Hi, My program reads all excel files in current directory and writes data in different excel files to a single excel file with different sheets. I am wondering is there any way to name sheets in excel file while i try to write the data...my code is files=dir('*.xls'); t=1; for k = 1:numel(files) A = xlsre... 2 Jul 2010 20:09
How to test a C code generated from Simulink?
Dear Sirs, I am writing to you because I have a little problem about the testing of the C code generated from a block diagram built in Simulink. In practice I would like to know how to "feed" my C code (built with a System Target file grt.tlc) with the correct inputs and so to let it generate the outputs. I need thi... 2 Jul 2010 17:57
histograms
looking to plot 8 vectors, 2 at a time, on 4 subplots needed: - how to plot the histograms with no fill so when superimposed, you can see the two graphs on each subplot - how to ensure both histograms in the same subplot utilize the same scale on the x axis thanks ... 2 Jul 2010 16:51
How to use NNARX model in simulink
Hello, I have a project to complete for my a MSc in about a month. What I do is to construct a nnarx model using the Neural Network based system Identification toolbox (NNSYSID). I have already trained the model. What I want to do now is to use this model in simulink, to see if it works correctly. To give other type ... 2 Jul 2010 14:37
importing both string and numbers from an excel file
I am trying to import large amount of data (mixed with strings and numeric data) from excel files. As my data set has no clear structure, I would like to do a one time import without introducing 'NaN'. Matlab displays NaN once a non-numeric data is imported. Is there a way to import once without reading data lin... 2 Jul 2010 15:44
solving system of nonlinear equations
Hello: I want to solve a system of nonlinear equations whose error terms have jointly normal distribution. I want to use the maximum likelihood method. Any suggestion on what command I could use? Thanks! Jia ... 2 Jul 2010 14:37
Selecting Data in Scatter Plot
Hello all, I have a 2D scatter plot of 500-2000 points. I have clustered the data based on their location and nearness to other points in the plot. What I would like to be able to do is to select several clusters on the plot and combine them into a single cluster. My main issue has been finding a way to select a ... 2 Jul 2010 15:44
Plotting two functions on the same plot
Hi all, I want to plot two y-axis data on the same x-axis. The problem is that the first plot should be done using command 'pcolor' and second one using normal 'plot' command. basically this is what I want to do command for first plot is pcolor(x,y1,z);colorbar; command for second plot is pl... 2 Aug 2010 12:32
First  |  Prev |  Next  |  Last
Pages: 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354