First
|
Prev |
Next
|
Last
Pages: 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054
request for voice recogniton coding please send me the code, my email is edwardchoowl(a)yahoo.com Thanks. ... 30 Mar 2010 05:02
how do i transfer MATLAB results back to LabView hi i m running a power grid project, and have to use MATLAB and transfer the calculation results back to LabView for display and further calculation. do i need MATLAB Script Node? can somebody advise how to do that? thanks. ... 30 Mar 2010 21:50
sorting a mixed cell i have the following cell array i would like to sort: the first column of the cell contains strings: 'a' 'b' .... the second column of the cell contains ints: '2' '3' '1' '7' .... i would like to sort the cell by column 2 in descending order, but sortrows doesn't work on this cell and gives me an e... 30 Mar 2010 14:59
mbuild error Hi Everyone, i am trying to create a dll to use it in my other software. But when i am giving the following command i am having the error. Does anybody can help me. I am using Matlab 2008a and Matlab compiler 4.8. mbuild –link foo_wrapper.c foo.c foolib.c foolib.exports C:\PROGRA~1\MATLAB\R2008A\BIN... 30 Mar 2010 03:57
Genarate a dataset follow the VMA(2) model Dear All I need an important help, i need to generate a dataset following the Multivaraite Moving average from order two, VMA(2) , the data must be normal distributed for zero mean and Cov matrix [4 1; 1 1] Can any one help me to do that? i will be very appreciated. ... 30 Mar 2010 02:52
simulate a zif receiver(Mixer Problem) i want to make a simulation of ZIF receiver. But if i set the mixer LO frequency same as the RF frequency, an error appears. how can i simulate a ZIF receiver? ... 30 Mar 2010 02:52
Logical Scaler Values Can someone explain to me what exactly this means? I have "for loops" and various vector matrices in my code and when I try to use fzero, I get this error. Do I need to modify my "for loops" or something? ??? Operands to the || and && operators must be convertible to logical scalar values. ... 30 Mar 2010 10:30
about the matlab work hi! I am solving some question related to matlab programmin. I already generated my list box and push button block.... what my task is to interact the list box with the push button in such a way..that if my push button has an alphabet A...and i pressed it so the all the letters with the alphabet A would come in the ... 30 Mar 2010 01:48
Neural Network: classification Problem Hello, I'm working on a classification problem. I'm using MATLAB's already defined commands to create and train a feed-forward ANN. Principal component analysis is employed on the input data and then the new reduced dimensions inputs are fed to the ANN: [inputn,ps1] = mapstd(input); [inputtrans,ps2] = processpca... 30 Mar 2010 01:48
matlab 4.1 to matlab 7.6 compatibility I am trying to upgrade a code from Matlab V 4.1.c to Matlab 7.6. I would like to know if there is any library where I can find replacements for those obsolete functions. for example: function 'average' is not available in Matlab 7.6. please advise. thanks ... 30 Mar 2010 01:48 |