First  |  Prev |  Next  |  Last
Pages: 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551
Finding objects in binary image with min and max area constraints
I'm using this code to obtain objects between 40 and 800 pixels: B = bwareaopen(B, 40); Bnot = bwareaopen(B, 800); B = B & ~Bnot; I would like to find a way to do this faster and more efficiently. Is there a better/more efficient way to do this? ... 6 Jun 2010 21:40
Vertical line
Hey All, Looking for a tool in plot. I made a plot with some lines above each other. So I like to have some vertical line that I can move over the screen. Something like ginput, only without the clicks? Anybody any segestions? Laters ... 6 Jun 2010 18:16
Gui - save output variables in loop?
Hi, I have a GUI problem, hope you can help... My GUI loads some data, you then select a variable and press a button called 'variogram' This takes you to an interactive window where parameters are entered into edit boxes and used to calculate variograms. The GUI then saves the result of the variogram calculation, i... 6 Jun 2010 16:02
udp data transfer
Hello.I urgently need help regarding data transfer(binary) between two pcs in MATLAB session. please help ... 6 Jun 2010 19:27
I need a simulink transfer function with only zeros
I am trying to simulate a current mode dc/dc converter as described by Dr Ray Ridley. (http://www.ridleyengineering.com/downloads/curr.pdf page 9) This requires a special transfer function as part of the control loop that has only zeros: He(s)=1+s/a+s^2/b, where a and b are constants. Unfortunately, the makers ... 6 Jun 2010 16:02
[GUI] Standard Figure Window
Hi! I want in my GUI standard figure window (with this functions when we plot sth e.g zoom, select area etc.). I add only figure to my GUI, but how add this options or whole figure window? ... 6 Jun 2010 16:02
Operation on Sub vector
Walter Roberson <roberson(a)hushmail.com> wrote in message <OLGEn.11$0M5.3(a)newsfe07.iad>... John Gar wrote: I want to perform a vector operation. I have a vector with a number X of elements and I want to divide this vector to sub-groups. For example, i have a table with groups: 0 -100, 1... 6 Jun 2010 19:27
HMM - speech recognition
Dear Jorge, You are dividing every speech file into 5 frames! I would like to suggest you to read the book 'Fundamental of Speech Recognition' By Rabiner & Juang (at least first few chapters). For HMM follow HTK tutorial. I believe this is not a issue of MATLAB. I am requesting to post these kinds of algorithm s... 6 Jun 2010 14:55
make sudoku matrix
Dear sir how to make sudoku matrix (1 to 10 number) by matlab.it means 10x10 matrix. it will gave new combination every time. ... 6 Jun 2010 16:02
i load MCR but deploytool is not opening ?
i just loaded the MCR. In my program files i see that it installed as C:\Program Files\MATLAB\MATLAB Compiler Runtime\v711 . but when i write deploytool on command window then there is nothing happen. What should i do ? i want to convert my m-file to .exe file ... 6 Jun 2010 21:40
First  |  Prev |  Next  |  Last
Pages: 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551