Boundary detection of several characters from an bmp file043 (3/5/2004 4:39:22 AM) Hi I'm working with handwritten character recognition. I collect character from people in a page. where let there are 15 characters in 5 line in a page. Which is then scanned and save as a monochrome bmp file.... mahmudunnabi(1)
import mixed data041 (3/5/2004 4:12:13 AM) I have thousands of data files (which I really need to import automaticaly considering the amount of files) like this: hello +1.23456789E+34 you me hey2b 89 6by 0 6 87 good ... ludiluc999(1)
How to convert 1 column cell array into a single string?227 (3/5/2004 3:18:46 AM) Hi there, I am trying to convert a cell array like list={'AAA';'BBB';'CCC';'DDD'} into a single string like 'AAA,BBB,CCC,DDD' I spent quit a while with no success. Somebody can help me? Thanks a lot. Dan ... dlwuinfo(6)
Closing matlab029 (3/5/2004 2:02:11 AM) Is there a way to close matlab mid-task so that it JUST STOPS DEAD NOW? When I click the [x] box in the corner, it's 50:50 whether it closes as expected or launches off on its own on a disk-whirring adventure i... spasmous287(372)
need the matlab code for simulation mpeg1 or mpeg2134 (3/5/2004 12:15:49 AM) hi; pLEASE SEND ME THE SOURCE CODE FOR THE FOR THE SIMULATION OF MPEG1 USING MATLAB, I NEED TO IMPLEMENT THE COMPRESSION ALGORITHM ON DSP BOARD. THANKS! ... wang.39(1)
vectorization puzzler927 (3/3/2004 2:24:27 PM) I am strugling with a "vectorisation" problem. Hope someone can offer a suggestion or two. I have an m x n matrix D of n data vectors, m in length. I want to "convolve" D with itself over element-by-element su... mersi
TI C6000 DSP Tunable and RTDX236 (2/24/2004 10:07:10 PM) Hello, I would like to know more about changing parameters in-simulation. I am working with the 6711 DSK. I have 2 problems: - When I build a model, it gets loaded in to the DSP through CSS (Code Composer Stud... hansman(3)
Matlab fails to recognize variables131 (3/4/2004 9:31:18 PM) Hi, I am evaluating the following command: Area = 20; p = MyFunction( Area ); When executed on commandline it works fine. But when I call it from a function MyFunctionCaller, it fails and attempts to call mat... jfk(220)
run time error of lsqnonlin242 (3/1/2004 11:33:55 AM) I used mcc -v -B sgl to translate a function containing lsqnonlin to do a non-linear optimization. But when I run it, it gives an error : "reference to unknown function 'aprecon' from FEVAL in stand alone mode"... hluo(1)
GPS queue131 (3/4/2004 3:21:40 PM) I am currently trying to create a generalized processor queue model, and testing it against a M/D/1 queue model. How do I go about creating the queue model with a finite buffer and one server? ... omonye_gate(2)