First
|
Prev |
Next
|
Last
Pages: 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532
How can you identify two black points in an white background Yes..that is similar to what i was referring too. Once i have got the image acquired, with two points in the image, i would like to identify the two points with a "+" symbol or "*" symbol. Thanks for your response on my question. It seems like i am on the right track now. Also, if you could help me drawing a line betwe... 10 Jun 2010 07:46
How can you identify two black points in an white background image? Can someone help me? I have got the pixel values for two black points in an image with a white background. That is [x1, y1] and [x2, y2], but now i need to just identify the two black points in the image with a mark or something automatically. Is their a matlab code available to do that, i mean, with the help of the pixel values available,... 8 Jun 2010 22:48
neumann boundary condition in PDETOOL box Dear Friends, I am trying to solve nonlinear partial differential equation using PDETOOL box. But I am not able to feed Neumann boundary condition. If any one knows how to feed Neumann boundary condition please help me for that. My pde is –div(c*grad(u))+a*u=f c=-1./sqrt(1+ux.^2+uy.^2) a=-1 f=0... 8 Jun 2010 22:48
Defining New Value for a Matrix Hello, I have an n x m x l matrix. I am trying to create a new matrix (same dimensions) with the same values for the n and m indices, but successively add the values in the 3rd index. For example, where the starting matrix has the values [l1, l2, l3,...] the new matrix should have [l1, l1+l2, l1+l2+l3,...]. Any i... 8 Jun 2010 21:42
How to increase the significant digits of a number at MATLAB I think by default MATLAB can support maximum 15 significant digits (Version 7.2.6). However, I need more digits for scientific computation. So what is the best (or easiest) way to increase the significant digits of a number at MATLAB? I tried digits function in the command window, and I got the following er... 9 Jun 2010 02:05
Modelling induction motor using s-function Hi , I am tring to model an induction motot using s-function in matlab.I have written M-file but the output of the system in not similar to what it is in references.Can anyone have done this befor?Im wondering if someone can give me some hints or a source code. cheers, pj ... 8 Jun 2010 22:48
floating point random number Hello, I would like to generate floating point random number based on poisson distribution. Is it possible? Thanks, Rajeev ... 8 Jun 2010 20:36
Solve optimization problem (sym) hi, I'm working on a school project in which I have to find the maximum profit for a simple profit function based on how much I want to spend in advertisement. I'm using the following code: ---------------------------------------------- clear reset(symengine) syms c real b1 = sym('b1','positive'); spend =... 8 Jun 2010 19:30
measuring torque in simhydraulics Hi, In the "Power Unit with Fixed-Displacement Pump Demo", the port R of the torque sensor is attached to the angular velocity source and port C to the shaft whose torque is being monitored. My question is that Port C is the reference probe, so why it is connected to the shaft? shouldn't it be connected to the angular... 8 Jun 2010 19:29
how i can calculate inverse TFD (log (Matrix(k, n))) HI I have a matrix that I must calculate IFFT (log (Matrix(k, n))) for k = 0 ,...., K with K the length of the DFT please can you help me ... 9 Jun 2010 02:05 |