Close Excel using MATLAB
Dear Sir Thanks for your reply, i tried this step and it is ok. Shall i ask you how to close excel file using matlab. i used (winopen) to open the excel file. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Thanks in advance ... 22 Nov 2009 10:29
getgenbank problem
I'm trying to download Genomes in Progress from NCBI. The accession number,for example, can be "NZ_ACIR00000000". The code is as simple as below: seq = getgenbank('NZ_ACIR00000000', 'SequenceOnly', 'true'); I tried a numver of times. However, I always got the error: ***************************************... 1 Dec 2009 23:58
ACE (Alternating Conditional Expectation)
Hi, I need Matlab implementation of ACE (Alternating Conditional Expectation) algorithm for multiple nonparametric regression. The code does not exist in matlab. Thanks, ... 22 Nov 2009 00:41
Is there any mechanism to terminate simulink from inside simulink?
For example, if some output (or intermediate) signal is too large, the computation will terminate automatically and will try another input signal. So it won't take as long as originally determined such as, say, 2000 seconds. Because if the computation goes on (don't terminate it automatically), the simulation wil... 23 Nov 2009 05:13
A Simple Question
Hi Everybody I have the following simple script: if P(1) == 0 return; else P1=P(1) if P(2) == 0 return; else P2=P(2) if P(3) == 0 return; else P3=P(3) end end end If i don't have any value at... 22 Nov 2009 08:16
amdf
Hi everyone, What is meant by "computing the average magnitude difference function on a speech signal at 48 lags running from 16 to 124 samples."Also tell me how i can implement it in m,atlab. Thanx. ... 21 Nov 2009 16:59
Installing NI USB-6009 into RT Windows Tgt Analog Input Block
"Mick " <twoofthe30(a)hotmail.com> wrote in message <h7lmvj$kc1$1(a)fred.mathworks.com>... Greetings I am trying to interface my NI USB-6009 with the RT Windows Target Analog Input Block in Simulink. In the Block Parameters window under the Data acquisition board window, how do I install my I/O device (USB-6009) ... 21 Nov 2009 13:38
level 2 s function
Dear all i am stuck for 2 weeks in the same matlab problem i am trying to implement a level-2 s function for wavelet but i have the same error please anyone help me here is my code and error function amr11(block) setup(block); function setup(block) %% Register number of input and output por... 21 Nov 2009 13:38
Cannot install Matlab 2007a on Windows 7
Dears, I can't install Matlab 2007a on Windows 7, I tried to change copatability settings but in vain. when I click on next after choosing to install the product (the other option update license) it just disappeared and a log file (i.e hs_err_pid7060) generated in the directoy of the program with a the following he... 21 Nov 2009 14:45
PCA extract image features from mnist database
Hello to everyone, I use Matlab to read the MNIST database. Those images are, originally, 28x28 (=784) pixels. So, I have a 2D 784x1000 array (meaning, I have read 1000 images). Supposing my 2D array's name is IMGS, the Matlab expression: IMGS(:, 1), would give me the first image. In order to perform PCA,... 21 Nov 2009 07:02