First
|
Prev |
Next
|
Last
Pages: 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123
Get All Elements from Cell Array Me again^_^ I read this thread - http://www.mathworks.com/matlabcentral/newsreader/view_thread/276255, however, cannot make it work so have to ask. I would like to select all elements of a row in a matrix using simple matlab function. Here is how I would like to have: matrixA = [0 1 2; 3 4 5; 6 7 8] N = 2 ro... 20 Mar 2010 01:44
color segmentation hi everybody i have a project for my pattern recognition course, and planning on designing a system the recognizes defective bottles on a conveyor belt with a low hue color background (Red). based on: 1) white spots on the blue bottle (means that the bottle is defective) 2) bottle neck 3) bottle base color (... 19 Mar 2010 21:14
MATLAB compiler For awhile, I have been compiling a fairly large application (GUIs and functions) with success. The file is about 800KB. Recently, I changed a couple of small things in the code and everything runs fine in MATLAB. Then, when I compile, it says compiled with success, but the file is only 48KB and of course doesn't... 29 Mar 2010 08:01
Matlab fsolve problem Hi all, i am trying to solve a system of linear/nonlinear equations using fsolve command in matlab. But i am getting some undesirable results. First of all, kindly look at the code. function F=myfun(X,c1) a=X(1); b=X(2); c=X(3); d=X(4); e=X(5); f=X(6); g=X(7); p=X(8); F(1)=a+b+d+g-c1(4); F(2)=c1(... 19 Mar 2010 18:59
ECG and Matlab Hi ppl I have some problems working with an ECG and Matlab (because i'm new using matlab) so i need your help. I'm feeding Matlab by a DAC, but i don't know hot to detect the peak or the R signal, please, can i have some ideas? or better some code? many thx to all for help Grettings ... 19 Mar 2010 18:59
FDA Tools and Simulink Help Hello, I have a project where I need to use a band pass filter and need a signal to go through it. Using FDA tools, I have created a Equirpple Band Pass Filter. I generated a M-File for this band pass filter....here is the file function Hd = bfp1to5 %BFP1TO5 Returns a discrete-time filter object. % % M-File ... 19 Mar 2010 18:59
Solving an equation Hello all, I'm trying to solve a mechanics of materials equation for buckling using matlab, but I do not know how to solve an equation for a specific variable. My equation is : 0.6 = 0.5(sec(sqrt(P/EI)*60) -1) where EI is defined and P is the unkown I'm solving for. Any help will be greatly appreciated. Thanks i... 19 Mar 2010 18:59
Simulink UDP I have a c program that sends signals via UDP to UDP receive block in a Simulink model. UDP receive in simulink is in blocking mode because in the non blocking mode signal is very noisy. As per requirements, I have to stop c program first. That causes UDP receive in SIMULINK to time out and pops an error "data ... 19 Mar 2010 17:47
How to simulate multipath signal with fractional delays? Hi guys, I'm working on multipath delay estimation. I use PN sequence in the transmitter. The chip rate of PN sequence is Tc. It is known that with delays that are integer times of Tc can be estimated by auto-correlation directly. But for arrivals separated by less than Tc seconds can not be solved in this way. ... 19 Mar 2010 20:08
Popup message in Matlab Gui "ching l" <chinglnc(a)hotmail.com> wrote in message <h44jbf$kep$1(a)fred.mathworks.com>... Can anyone tell me which section in the matlab help file or what is the keyword to create a popup message window inside Gui? I have a few pushbuttons on my Gui. I want to have a "warning popup message" when the pushbutton h... 19 Mar 2010 16:39 |