First
|
Prev |
Next
|
Last
Pages: 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366
nonlinear mixed effect model "Pete sherer" <tsh(a)abg.com> wrote in message <g87hqq$js3$1(a)fred.mathworks.com>... what's the function name? ... 2 Feb 2010 15:22
Shunt Active Power Filter in Simulink Sir, I need to design a simulink based Shunt Active Power Filter Model with three-phase, three-wire model using VSI (Voltage Source Inventor). sine multiplication reference signal estimation technique and linear control technique are the plans to be used. Please help me in designing one such model. Regards, S... 2 Feb 2010 15:21
come and join www.pakdub.com where u can find friends, classifieds, games, music albums, events, blogs, chatrooms, video songs and lot more.... for free come and join www.pakdub.com where u can find friends, classifieds, games, music albums, events, blogs, chatrooms, video songs and lot more.... for free ... 2 Feb 2010 15:21
saveas error "Steven Lord" <slord(a)mathworks.com> wrote in message <hemvrt$g04$1(a)fred.mathworks.com>... "Priya " <ramstuff(a)gmail.com> wrote in message news:he79kj$pji$1(a)fred.mathworks.com... Usually I am able to save images in matlab. However something unusual happened today, which I have not been able to figu... 2 Feb 2010 15:21
Using fplot(?) In my M-file, I have the following: function y = PSO_1(x) if (x>=0) && (x<pi) y=sin(x); elseif (x>=pi) && (x<2*pi) y=-(2*sin(x)); elseif ((x>=2*pi) && (x<3*pi)) y= 3*sin(x); elseif (x>=3*pi) && (x<4*pi) y= -(4*sin(x)); elseif (x>=4*pi) && (x<5*pi) y= 5*sin(x); elseif (x>=5*... 2 Feb 2010 15:21
matric vectorization I've this code for euclidean distance . The matrix ttt= (815350,1) for RGB Values. ----------------------------------------------- summation = []; for j = 0:815350; summation = sqr(sum( (ttt(t) - ttt(1,1))^ 2) ); end -------------------------------------------------- when I run this code, matlab is stuck. ... 5 Feb 2010 20:40
UITAB flickers in Linux I am trying to use Uitabgroup -> Uitab -> Put buttons in Uitab. I found it flickers in Linux. I am thinking a workaround. Basically, just create the tabs. When user click 1 tab, I will add the buttons on that tab. I really to know how to get the event raised when users clicks a tab, pass the tab handle. ... 2 Feb 2010 15:21
Convert triangular matrix to full matrix I have a triangular matrix, A= [ 1 1 1 2 2 3 ] That I would like to display as a full matrix, B = [ 1 1 1 2 2 2 3 3 3 ] Is there a MATLAB command to perform this operation? I have been unsuccessful finding an easy way to do this conversion. ... 2 Feb 2010 15:22
where do I download Compiler Runtime (MCR) version 7.10 ? I've been sent a compiled Matlab executable (for Windows) for which I'm told I need Compiler Runtime (MCR) version 7.10. Where do I download this? Mike ... 2 Feb 2010 15:26
Disable displaying with minreal? When I use the minreal function on a system in Matlab, when states are removed it always prints something of the form: 4 states removed. How do I disable this feature of minreal? Thanks, Jason ... 2 Feb 2010 15:21 |