behavior of depfun
I have a function in a private class directory: @myclass/private/myfun.m There is also another copy of myfun.m in some other non-class directory on the path: /mydir/myfun.m I run depfun('test'), where test.m is a one-line file that creates an instance of @myclass. The only calls to myfun() are from functions in... 7 Dec 2009 18:28
Catching mouse move event
"flemming poulsen" <thedirtycabanaboy(a)hotmail.com> wrote in message <fclkr1$p4s$1(a)fred.mathworks.com>... Hello. I am making a very simple gui. I have an axis on my guide-form. In this axis i am showing an image using imagesc(im). What I then want to do is to be able to track the mouse as i moves ove... 7 Dec 2009 00:55
How to model a High Impedance Fault model with Matlab simulink?
hello everyone, I would like to know how to model the High Impedance Fault(HIF) model using Matlab simulink. Someone please guide me or advice me. Matlab is not allowing me to model that HIF model. I have no idea where is my mistake. I might be using the wrong component. Here is the HIF model i would like to m... 8 Dec 2009 17:32
Problem with Hugh-Trafo
Hello, I'm from Germany and my English is not very good, but I have a problem and nobody could help me till now. I'm trying to script a Hugh-Trafo for circledetection, but instead of doing circles around the object, the objects themselfes are arranged around the edges. I startet with this image: http://img121.im... 7 Dec 2009 16:14
file 'ntwin32.mak' not found
Madhu: Did you ever resolve this issue? I am having the same problem. Jennifer ... 6 Dec 2009 18:21
symbolic integration is 100x slower in 2009b than in 7.1
Running exactly the same code, Matlab 2009b (win7) takes 990 sec while Matlab 7.1 (win xp) takes only 11 sec. The profiler traces the cause back to symbolic integration. Specifically, in Matlab 2009b, "mupadmex (MEX-function)" is called 5577 times, taking 985.811 sec. However, in Matlab 7.1, a similar function named "m... 6 Dec 2009 18:21
creating multiple plots
Hello, I have matrix X of dimensions (n x m) and a another matrix Y of dimensions (n x 1). I need to create many plots in separate figures of X against Y for each row ie. i should get n plots. But i dont want them to be displayed when i run the m-file; i just want them to be saved somewhere. Ive tried the code belo... 8 Dec 2009 05:21
eml.extrinsic + RTW
Hi! In a simulink model I use the fsolve() functionin an embedded matlab function block. I am trying to transfer it to a dSPACE system with RTW. I keep getting an error. I cannot use eml.extrinsic function calls with RTW. What is the solution for this? how to use matlab functions with RTW? Thanks! ... 6 Dec 2009 08:26
speech synthesis
Hello, I'm new to MATLAB and I'm stuck in this work that I'm doing to synthesize a speech using an impulse train vector and frequency response and of an LPC filter and LPC coefficients. Please help. Regards ... 5 Dec 2009 19:33
generate periodic impulse train.
Hello, I'm new to MATLAB and I'm trying to generate a periodic impulse train with unit-amplitude, one sample in width, and same fundamental frequency as an original speech been analysed plus roughly a second in legnth. Please help out! Thanks. Regards. ... 6 Dec 2009 13:54