First
|
Prev |
Next
|
Last
Pages: 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821
Inverse discrete stationary wavelet transform 1-D, idwtLOC , what does it mean? Hi I am trying to study the Inverse discrete stationary wavelet transform 1-D using matlab In matlab , ISWT is used to get Inverse discrete stationary wavelet transform . Inside the ISWT function body , there is another function "idwtLOC". I tried with help . It does not give any results. Please help ... 3 May 2010 08:44
multiflash and simulink I have installed Multifash for Matlab with Matlab R2010a and got the following error when attempting to run my model : Invalid MEX-file 'c:\program files\matlab\r2010a\toolbox\khace\multiflash\prif\mfrdfl.dll': The specified procedure could not be found. Does someone know what is this stuff? :D Thank you, N... 5 May 2010 09:19
AIRCRAFT STARTING clarification Hi , why an AC voltage will be given to Synchronous machine field EXiter .... what will happen if we give AC voltage to exiter is there any signeficance regards ramana ... 30 Apr 2010 10:35
how can I read text file in matlab ? I want to read this text in matlab C 1 1000.000000 1000.000000 ! C 4 878.926000 1021.071000 ! ! D 1 2 122.286 0.002 D 1 5 96.954 0.002 D 1 3 190.522 0.002 D 1 6... 5 May 2010 03:51
TMG text to matrix generator hello, i use TMG for my thesis, but something trouble happens.. i have already tried it as in manual TMG PDF.with your sample documentation. and thats worked but if i used it with my data.. it did'nt worked,, then i get error message like below : warning:divide by zero in c:TMG\tmg_p.p > tmg_p at 673 if y... 30 Apr 2010 09:28
Matlab GUI read in function from textbox Hello everyone, I have a little problem and I hope someone can help me find an easy and elegant way to solve it. I want to create a Matlab application with a simple GUI. The problem that i have is I want to read in a function from a textbox. for example: and i want to pass it to a variable to use it after in plot... 30 Apr 2010 09:28
Create a directory with a specified name Hello, i would like to create a folder with the input name that i give from the keyboard but the code creates myfilename folder. 'Give the name of the folder' myfilename=input('Input the filename:','s'); fprintf('You have requested file: %s\n', myfilename) mkdir('C:\myfilename'); thanks in advance jacob... 30 Apr 2010 09:28
help in Building s-Function code Hi all , i have a function called the dynamic time warping. i have the m file function and i want to build this function in Simulink . i tried days and weeks to bulid this as blocks but i failed . I asked for this , they told me that converting it to s-function block is easier but i have no idea of s-functio... 13 May 2010 02:53
PLP algorithm, few questions Hi, I'm writting PLP algorithm. In this pdf based on Hermansky work: http://dspace.mit.edu/bitstream/handle/1721.1/42742/38198550.pdf?sequence=1 Why in equation (3.13) there are conditions for omega<0 if equation 3.12 has natural logarithm so omega is>0? ... 3 May 2010 06:34
C Mex files Hi everybody, Please Help. I wrote following C mex program. when I compile it, MATLAB dose not give any error. But when I call it from MATLAB prompt, MATLAB hangs. I used some command from lapack library in this mex file and for compiling I used following commands: lapacklib = fullfile(matlabroot, 'extern', ... 7 May 2010 03:28 |