First
|
Prev |
Next
|
Last
Pages: 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565
Please help I have a question in the MATLAB Hi everyone Describe a digital filtering technique to remove a noise from a sound signal. Also write the Matlab code for the technique and thanks you ... 5 Jun 2010 16:54
precise numerical integration Hello dear friends... I would to know if you know any other numerical integration method besides 'trapz' given x an y vectors: Area = trapz(x,y) my data are kind of randomic and I have obtained areas that are not so precise, numbers are not matching...So I was wondering if you could give some help on increasin... 4 Jun 2010 00:30
Elements of an Array in For Loop Hello, How do you refer to the elements of an array that you load in a for loop? In the code below, for the subplot section how can the variable be set so that it changes every time from X1 to X2 and so on until the loop gets over. Thanks for your input! ~Mika % Data file containing coordinates to be plott... 3 Jun 2010 20:08
Elements of an Array in For Loop Hello, How do you refer to the elements of an array that you load in a for loop? In the code below, for the subplot section how can the variable be set so that it changes every time from X1 to X2 and so on until the loop gets over. Thanks for your input! ~Mika % Data file containing coordinates to be plott... 3 Jun 2010 21:15
Undefined symbols - mx API functions Problem: Linker can't find mx API functions. System: Mac OS 10.6.3, 64-bit Matlab 2009b or 2010a (both maci64) gcc/gfortran 4.4.1 from Fink Mexopts: ---------------------------------------------------------------- -> MATLAB = /Applications/Scientific/MATLAB_R2009b.app -> CC ... 3 Jun 2010 20:08
Pseudo Eigen-Decomp? I'm well aware of eigs() for standard eigenvalue problems, but is there a function (or a way to use eigs() maybe?) to solve the following eigenvalue problem: A*x = c*conj(x) ? Here, A is a 2x2 matrix with complex entires, x is a 2x1 complex "pseudo eigen vector", and c is a constant eigenvalue. Note the only ... 10 Jun 2010 08:52
objective function returns always same value hi all I´m doing a Finite element model updating program on matlab. i´m using the optimization toolbox.Basically, I´ve created and input file in Ansys programming language that return the deformation in the finite element mesh nodes of my model. the matlab optimizes the geometric parameters of the model and returns ... 3 Jun 2010 19:01
bug with MATLAB example avifile I have the same problem. Using the example given in avifile, added compression to none, the resulting avi only capture the first frame, with some transparency added. ------------------------------------------------------------ t = linspace(0,2.5*pi,40); fact = 10*sin(t); fig=figure; avi... 3 Jun 2010 17:53
error with eventdata in GUI Hi¡¡¡ I have a problem with eventdata in a GUI. When I use the KeyPressFcn function in a edit box or in a figure (main) it produce an error. function txtResultado_KeyPressFcn(hObject, eventdata, handles) % hObject handle to txtResultado (see GCBO) % eventdata structure with the following fields (see UICONTROL... 3 Jun 2010 17:53
matlab subplots with different ranges Hello, How can I plot several 2-d subplots, where the y limits are constant, but with varying x limits? Thanks, Mika ... 3 Jun 2010 22:19 |