steady state error design via integral controll
I want to include another state with the integral control (as described ln Norman Nise chapter 12), how do I do it? My file is as follows. Also is it possible to monitor the motor current through this file? How? g=9.81; %Gravity(m/s^2) r=0.1; %Radius of wheel(m) Mw=0.7; %Mass of wheel(kg) Mp=80; %Mass of body(kg) ... 26 Mar 2010 09:08
Structure array size 1x1
Hello there, I've got two variables - one is a cell array containing double arrays and one is a cell array of cell arrays that contain double arrays. These two variables belong together and they are passed through a lot of functions. I thought I can simply put both together into a struct and adapted all code of my f... 26 Mar 2010 10:21
problme with imshow
Hello, i get an error when using imshow command: RG = imread('lena.png'); RGB= rgb2gray(RG); imshow(RGB); ??? Attempt to call constructor image with incorrect letter case. Error in ==> basicImageDisplay at 9 hh = image(xdata,ydata,cdata, ... Error in ==> imshow at 246 hh = basicImageDisplay(fig_... 26 Mar 2010 09:08
Matlab reading multiple file
Hi Hows things? I am doing a project the same as your speach recognition. I am trying to alter your code but keep getting an error with simmx. Is there any chance you could help me or even could I see your finished code please ... 26 Mar 2010 08:00
About eye detection
hello. i am doing a project on simply EYE DETECTION based on Ring Gabor Filter. i have a problem in the following code in . in this code i am not getting the output of for G. code: I = imread('k110.jpg'); I = rgb2gray(I); I = imresize(I,[140,140]); % imshow(I); I=padarray(I,[50/2,50/2],'symmetric','both'); fi... 26 Mar 2010 08:00
mex compiling error with header file
Hi, dear... I am compiling my mex with c compiler, after configuring my mex setup, and reading option files from dialogue. I input my command as below. mex -f C:\MATLAB\bin\win32\mexopts\msvc*.bat -ID:\..\..\include test.c As you can see above, I have indicated option file as well as header file locations.... 26 Mar 2010 10:21
Get string from file
Hello everybody, I have a text-file which looks like this: .... $ S3/460 SCHMIERSTOFFART = Polyglykol_1:1 NUE40 = 460 NUE100 = 82 RHO15 = 1.05 $ S7-150 SCHMIERSTOFFART = Polyglykol SCHMIERSTOFFBEZEICHNUNG = FVA522 S7 Grundoel NUE40 = 131 NUE100 = 21 RHO15 = 0.9943 .... The String after each... 26 Mar 2010 09:08
Multiple graphs on the same window...
Hi I want to plot the points '*' on the existing graphs: [ax, h1, h2] = plotyy(x,y1, x,y2); hold on scatter(x(1), y1(1), '*'); hold off It plots scatter on a seperate window. I want it on the same window. I know it is possible, but don't know how. Can you tell me how to do it? Thanks, -ken ... 26 Mar 2010 08:00
lcc error with uint 64
"Mathias Ortner" <mathias.ortner.dumpNOSPAM(a)REMOVEgmail.com> wrote in message <f7l1v6$39p$1(a)fred.mathworks.com>... Hi, I tried to compile mex OpenCv, http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=12200&objectType=FILE but I got the following error : mex cvlib_mex.c ... 26 Mar 2010 06:53
design and development of smart transmission lines...
I am doing a project of transmission lines for smart grid, here the conductor is superconductive(negligible transmission losses) and i collected design specifications and reports of various projects which are being implemented now.I need a mat lab design of these transmission lines or block of superconductive transmiss... 26 Mar 2010 06:53