First
|
Prev |
Next
|
Last
Pages: 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619
.mdl to m-file "Arnaud Miege" <arnaud.miege(a)nospam.mathworks.co.uk> wrote in message <hlds8g$66t$1(a)fred.mathworks.com>... "Saravanan Mani" <saravanan.ms55(a)gmail.com> wrote in message news:hlbbkv$svm$1(a)fred.mathworks.com... Dear Sir/Madam, Please can you tell me anybody..... How to convert simulink model... 27 May 2010 03:49
Mirror Images when I use FFT analysis Hi there, I am trying to generate sin wave with fo =2000 Hz to obtain a spectrum with 2000 Hz. However, I obtained a spectrum with two peaks one around 0 and another around 2000 Hz. while I am looking for 2000 Hz. the following the script I used. Please Help me if you can? Regards, Abdull clc; clear al... 28 May 2010 00:42
Image Upload in GUI I am doing my project in GUI and I need to ask the user to upload and image and than the image should be shown on the axes, I have already used this code to upload the image: [filename, foldername] = uigetfile({'*.*'}, 'Select file'); if filename ~= 0 FileName = fullfile(foldername, filename); end to show the im... 1 Jun 2010 21:54
antialiasing argument in function resize Hi, all I am using the function resize and trace it into the resize.m file. I find that there is an argument called antialiasing. I hope to use bilinear method to interpolate the image, but if antialiasing is setting and the default value is on, the interpolation matrix becomes 4x4. As we know, the matrix shou... 27 May 2010 01:40
How to reference Matlab Help? I need to cite the figure ‘Voltage Control and Reactive Power Control’(wind turbine Doubly-Fed Induction Generator (phasor type):Blocks(SimuPowerSystems)) to my thesis,but I don't know where it come from and I can't find the figure in the references which you list in this page .I would be grateful if you ga... 26 May 2010 22:27
Timeout? I want matlab to perform certain action if the user does nos insert a value for a variable after certain time? Is there any way to do that? Thank you very much. ... 28 May 2010 06:04
Remove certain spaces of a char matrix "Oscar " <Ozkitar(a)gmail.com> wrote in message <htk99e$6ve$1(a)fred.mathworks.com>... Hello. I have a character matrix like this: matrix = a 1 v1 v3 c2 c1 a 4 a 2 a 5 a 6 a 2 v3 v2 c5 c1 a 1 a 3 a10 a 5 a 3 v2 v4 c4 c1 a 2 a 4 a 8 a10 a 4 v4 ... 26 May 2010 20:16
Vectorized Rolling Regression - More Complicated Version? Hi, There are two solutions for simple versions of the rolling regression problem available on Matlab Central. Suppose n = rolling window size. Suppose the problem is solve a rolling regression y=a+bx. 1. Now if x is a constant vector in each rolling window, i.e. let size(x,1)=n but size(y,1)>n, then the alg... 26 May 2010 20:16
Remove certain spaces of a char matrix "Oscar " <Ozkitar(a)gmail.com> wrote in message <htk99e$6ve$1(a)fred.mathworks.com>... Hello. I have a character matrix like this: matrix = a 1 v1 v3 c2 c1 a 4 a 2 a 5 a 6 a 2 v3 v2 c5 c1 a 1 a 3 a10 a 5 a 3 v2 v4 c4 c1 a 2 a 4 a 8 a10 a 4 v4 ... 26 May 2010 20:16
Remove certain spaces of a char matrix Hello. I have a character matrix like this: matrix = a 1 v1 v3 c2 c1 a 4 a 2 a 5 a 6 a 2 v3 v2 c5 c1 a 1 a 3 a10 a 5 a 3 v2 v4 c4 c1 a 2 a 4 a 8 a10 a 4 v4 v1 c3 c1 a 3 a 1 a 6 a 8 a 5 v5 v3 c5 c2 a 7 a 1 a 2 a12 a 6 v1 v6 ... 26 May 2010 19:10 |