First  |  Prev |  Next  |  Last
Pages: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
plotting a 3D data in plane by color
Hi, I like to plot a data set (X,Y,Z) in a smoothly colored X-Y plane which the color in each point is determined with Z values ( a color bar should be displayed as well). I've found "contourf" function near to my need but it draws some contour lines in the figure, too. How can I do this in Matlab? ... 8 Aug 2010 21:06
formatting output
Hi, My output is as follows: z = -4.22033898305085 -5.94915254237288 -21.5084745762712 z = -6.88607594936709 -10.1898734177215 -39.9240506329114 z = -10.2888888888889 -14.6222222222222 -53.6222222222222 ... 8 Aug 2010 23:16
doubt
Can anyone explain me the switching time calculator block in the model of svm given in demos-electrical drives,demos,matlab help? ... 8 Aug 2010 16:43
Fmincon Termination
Hello there, I have a problem in using fmincon. I am trying to solve a nonlinear optimization problem using fmincon. My goal is to find the optimal power allocation for a wireless system under some constraints (having a maximum acceptable power at each carrier and a maximum budget for the total power at each node), ... 10 Aug 2010 13:35
doubt
Im using a PI controller for speed control of induction motor controlled by svm..when the input is 230V and 50Hz I get the rated speed whereas When connected with controller,speed is zero..why? ... 8 Aug 2010 16:43
solving symbolic equation
supouse i have 2 equations: x+y=a x^2+y^2=b where x,y are unknown and a,b gets any value (user input) how do i solve this set? using solve function? ... 8 Aug 2010 17:49
B(:)=A(:).p assigment
is this 'as it should be' ? If yes, what it can be useful for? =========================== classdef a_class %A_CLASS Summary of this class goes here % Detailed explanation goes here properties p end methods end end =========================== N=3; for... 9 Aug 2010 10:06
Is it possible to vectorize a for loop with if statements?
Hi, when i used the tic toc function, it says that every iteration of the code below took around 5 seconds. I would very much like to speed up the process if possible using vectorized code. Is that at all possible? Thanks Code: tic for i = 1:ROW for j = 1:COL if handles.ListImages(PicNum).i... 8 Aug 2010 22:11
find multiple identical elements within a vector
I have a vector of integer elements. I want to search it for specific values, say x, that occur more than once within the vector. e.g. vector might be a 400 element vector with the following 14 rows somewhere in it 234 222 12 56 87 54 54 322 302 108 108 108 219 219 whats the quickest way to return t... 8 Aug 2010 14:30
Auditory Toolbox (M. Slaney)
I have previously used the auditory toolbox approximately 7 years ago. I have now returned to trying to use it again. However on both my Macintosh and XP machines I get an error indicating that the MEX file soscascade is not available or some other type of error. Could this be because the compilation is not for the ... 8 Aug 2010 13:24
First  |  Prev |  Next  |  Last
Pages: 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62