First
|
Prev |
Next
|
Last
Pages: 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450
Selecting a Region in an Image based on Color I am trying to develop a program in Matlab that is able to detect a green-colored dotted ellipse already present in the image, and correlate that to the equations and locations of the ellipse within the image. I want to then use the ellipse's center of mass to center all of my images, which all have the similarly drawn... 9 Dec 2009 14:24
Intel dll error + MATLAB crash Hi all, For some reason, when I call lsqnonlin, MATLAB is crashing and closing the program immediately. A control prompt box pops up for a very short amount of time, and it says: C:\Program Files\MATLAB\R2009b\bin\win64\matlab.exe "OMP abort: Initializing libiomp5md.dll, but found libguide40.dll already initializ... 9 Dec 2009 12:09
outer product hello how can i do a vectors outer product in matlab? i searched the help without results . thanks ... 9 Dec 2009 09:54
rayleighchan and Normalize Path Gains Hi all, I'm using the rayleighchan function and I've got a problem. Although I set the NormalizePathGains property to 1, the power of my filtered signal isn't 1. Why ? I use rayleighchan in my simulations and I want that my filtered signal's power is 1. How can I do ? Any comment is welcome. Thanks for yo... 9 Dec 2009 08:47
Compiler message I18n Inconsistent Locale I get this message even when I build and run the executable on the same PC, so it should be impossible to have an inconsistent locale. Can anyone suggest how to resolve this problem, or at least suppress the message? Thanks, George ... 9 Dec 2009 07:42
mex command fortran: unresolved external symbol MEXLIBRARY Hey all, I'm having trouble compiling the basic mex MATLAB examples (<MATLABFOLDER>\extern\examples\mex) using the mex command and Visual Fortran compiler 11.1.046. The error message I receive is the following: mex yprimef.F LINK : error LNK2001: unresolved external symbol MEXLIBRARY C:\DOCUME~1... 9 Dec 2009 07:42
problems with mex Hi, I'm running matlab on a 64-bit linux machine and I'm having problems running mex to compile c++ programs. For example when I run mex on the example program yprime.c I get the following mex yprime.c /usr/bin/ld: cannot find -lmx collect2: ld returned 1 exit status mex: link of ' "yprime.mexa64"' fai... 9 Dec 2009 07:42
Array of strings for legend entries in a loop This problem bothers me a long time, finally I figured it out: you can try somthing like this make a cell array %legendmatrix=cell(n,1); %for k=1:length(variablef) %legendmatrix{k}=strcat('text',num2str(variablef(k))); %end %legend(legendmatrix) here the legendmatrix is an cell array that can be used in y... 9 Dec 2009 05:32
Biopac & Matlab Hi, I have searched how to take out online data from BIOPAC to MatLab. And I found here. Dr.Britto, have you eventually found a way? Thanks for your help. Asako Scott Seidman <namdiesttocs(a)mindspring.com> wrote in message <Xns95E89A2B98C33scottseidmanmindspri(a)130.133.1.4>... "Regeesh Britto" <regeesh@g... 9 Dec 2009 04:27
License plate recognition using matlab hello dear friends to who you are interested around LPR/ identification area... recently i have started a mini project on license plate identification the main procedure.... 1. extraction( a. binarization b.finding egde c. hough transformation) 2. character segmentation ... 9 Dec 2009 01:14 |