First
|
Prev |
Next
|
Last
Pages: 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548
Fail to install MATLAB 2007a on CentOS 5 I got the following error message when I tried to install MATLAB 2007a on CentOS 5. The installation CD is mounted on /media/MATHWORKS_R2007A. Anyone has a suggestion about that? $ su # cd /usr/local # mkdir matlab # cd matlab # sh /media/MATHWORKS_R2007A/install ---------------------------------------------... 18 Jan 2008 17:54
Hilbert-Huang transform I'm trying to apply the H-H transform to some data but I'm having difficulties. I'm not a mathematician (did advanced maths at school and intro maths at uni but thats about it)... but I understand the gist of how its done but am presently stuck pretty much at the very beginning. I need to fit the cubic splines to the d... 10 Dec 2007 00:32
compiling error Hi, I'm having trouble compiling my matlab program called Filter.m. It's about designing Filters in Matlab and uses functions like fir1, cheby, etc.. When I run it in Matlab it all works fine but now i want to compile it so that i can use it on other computers. I tried to compile it with "mcc -m Filters.m" b... 21 Nov 2007 11:28
MATLAB Builder for Java Hi guys, i have a problem with the "plotdemo" example of the matlab toolbox javabuilder. i followed the instructions in the step-by-step helpfile of this example, but when i try to start the compiled .class file by typing: "java -cp c:\;c:\javabuilder.jar;c:\plotdemo.jar createplot" i just get the following ... 18 Nov 2007 05:56
guide error Actually iam using matlab7.0 ,when i want to open a new gui iam getting this error why idon't know.... PLease provide me the remedy..... guide ??? Error using ==> copyfile 'attrib' is not recognized as an internal or external command, operable program or batch file. Error in ==> guidetemplate at ... 14 Nov 2007 23:58
Solving eigenvalues I am interested in finding the natural frequencies for a structur. For this, I have achieved a mass and stiffness matrix from a model (both are quadratic and of the same size). The problem arise when I try to use the command: [phi,om2]=eig(K,M) which results in "Use eigs for sparse eigenvalues and vectors." T... 14 Nov 2007 06:03
FXLMS Demo Dear Mr Teyhan, I'm a student and I'm currently working on something very similar to your code of the post. How did you solve the problem? Thanks "kevin teyhan" <kevinteyhan(a)hotmail.com> wrote in message <f78fsa$33e$1(a)fred.mathworks.com>... Dear All, I have been reading the post of Adaptive Fil... 10 Nov 2007 08:46
Compile uitabpanel GUI Hi I have a GUI which uses uitabpanel (available from the file exchange). The GUI runs fine from the MATLAB command prompt (R2007B). However, when I compile it and then run the executable I get the following error: ??? Error using ==> uipanel An object and its uicontextmenu must be in the same figure. Er... 10 Nov 2007 08:46
Are these exceptions harmful I meet the same problem. (1)Vc code: void CtestmyaddDlg::LoadCom() { try { HRESULT hr=m_pMouse.CreateInstance("GetMouse.GetMouseclass.1_0"); (2)-----------------here I set a breakpoint ,then the exception appear in vc debug window if(FAILED(hr)) { _com_issue_error... 10 Nov 2007 08:45
varflowFailedException exception dear sir: i meet the same problem u post at the mathforum 2006,have u solve it? thanks for r reply.good luck. ... 10 Nov 2007 08:45 |