First
|
Prev |
Next
|
Last
Pages: 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415
vegetable and fruits detection Hello, I am looking for a program or at least a solution for detecting fruits. The program should return for each input image a count for each type of vegetable. Have anyone a solution or a program in matlab? If you can help me, I'll be grateful. best regards ... 11 Jan 2010 14:14
Neural Network Toolbox Hi, I am trying to use the neural network toolbox. My code is like that: X: input vectors (96*10000) T: target vectors (11*10000) X_test: Test inputs(96*10000) net = newff(X,T,[10],{'tansig' 'softmax'},'traingd','learngd') [net,tr]=train (net,X,T); out = sim(net,X_test)... 12 Jan 2010 08:03
Starting using eZdspf28335 with Simulink Hi all, I'm trying to program an eZdspf28335, but i don't know anything about it. Can someone post a link where I can find something to start, or some program examples? I read the Target support package 4 but I didn't found anything for my dsp. ... 11 Jan 2010 13:07
making a movie in matlab out of matrix of intensity values I want to make a movie out of matrix information i have. Here is the gist of what i want to do I have a for loop, each for loop creates a 512x512 matrix that represents a 512x512 picture. This for loop will, lets say, go for 300 iterations to create 300 picture frames. I want to turn these 300 frames into a 10 secon... 11 Jan 2010 14:14
Problem with DLLs created with MATLAB Compiler We have successfully created several DLLs written in Matlab, compiled with the MATLAB Compiler, and run on machines using version 7.8 of the runtime (i.e. MCR7.8, part of R2008a) installed. Now, however, the engineer who wrote the originals has moved on, but we asked him to write a new DLL, which he has done. In hi... 11 Jan 2010 13:07
64bits and memory problem "Shiguo " <jiangshiguo(a)gmail.com> wrote in message <he4f39$c64$1(a)fred.mathworks.com>... When I was using svmtrain in libsvm. I got this same problem. I write the software author (Chih-Jen Lin), he said that we need to modify make.m, add -largeArrayDims on 64-bit machines. So we need: mex -O -largeArrayDims .... 20 Jan 2010 11:45
how to create an object in a GUI callback Dear All, I have used guide till now (to write a GUI) but now, want to write my gui on my own. my question is: I want to create an object and define a handle to an object in a callback and be able to use it in other callbacks. so till now (with Guide) i did: " function Load_Callback(hObject, eventdata, handle... 13 Jan 2010 12:04
Finding n largest values in a matrix I've been programming in Matlab for quite a while now, but recently I ran into a problem that I can't solve in a neat and efficient way. I have a 2D matrix A (lets say 32x32) and a vector B (lets say its length is 16). Now I want to find 16 largest values in matrix A. Then I want to add first component of vector B to l... 11 Jan 2010 09:45
Gigabit Ethernet Camera - jAi GigE Camera Hello Michael Did you ever manage to get the jAi ethernet camera working with matlab? Im having similar problems and would like to know if its possible. "Michael Allmayer" <i-net.accounts(a)anexia.at> wrote in message <hcsdkv$7vq$1(a)fred.mathworks.com>... I'm currently trying to aquire an image of an ethernet ... 19 Feb 2010 06:32
speech to text conversion using matlab. can any one guide me on how to go about doing this project using matlab. ... 23 Jan 2010 15:26 |