First  |  Prev |  Next  |  Last
Pages: 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548
Convert an matlab Program to .exe
i have develop a tool using Matlab. Now i want to convert that into an .exe file for to implement. I don't know how to did that. Please anybody help me. i am in my final Stage. I have to complete it immediately. Reply soon. Thanks in advance ... 7 Jun 2010 09:38
Error in GUI
I have suddenly received below mentioned error during program execution. It was working well before few minutes and suddenly started malfunctioning. File was already uploaded is File ID: #27828 Please help ??? Undefined function or method 'iptchecknargin' for input arguments of type 'double'. Error in ==> imui... 7 Jun 2010 17:42
data display in MATLAB GUI
"Michal S" <miqba(a)szczecin.home.pl> wrote in message <fvq2sj$edm$1(a)fred.mathworks.com>... Thanks mate! evalin() was exactly the kind of stuff I was looking for. I owe you a beer ;) Hey dude, I know it is a long time, but how did you solve the problem? I am doing the same, and reading data from GPI... 7 Jun 2010 08:31
3-dimensionnal array
Hello, I am working with Fortran77 and Matlab, i am novice using Fortran. I have write a 3-dimensionnal file in fortran and would like to read it with matlab. In fact, I manage to read my 2-dimensionnal file using fread, but that's not possible to read a 3-dimensionnal array with fread. Have you got some ide... 8 Jun 2010 06:55
Get time during ode113 solver
Hi to all, I have this problem. I have something like this: [time,states]=ode113(@rates,[0 t_final,[initial_conditions]]); in rates function i need the current time value at which ode is evaluating the solution because I need it to calculate a value in the rates function. Is it possible? Is there any way to ge... 7 Jun 2010 09:38
Fit throws an Error ('pfull')
Hi Guys, I'm using Matlab 2008b with the curve fitting toolbox, and only some data (all have the same structure) the 'Levenberg-Marquardt' - algorithm throws : ??? Undefined function or variable "pfull". Error in ==> fit at 437 errstr = handleerr( errid, errmsg, suppresserr ); I couldn't fin... 30 Jun 2010 15:20
matrix operations
I have matrix J and K given to me and i want to get matix A by combining using relation between rows {5,7,8}of matrix J and rows {5,4,1} of matrix K. m = size(J,1) + size(K,1)-3 A=zeros(m) M1 = J([5,7,8],[5,7,8]) M2 = K([5,4,1],[5,4,1]) A([5,4,1],[5,4,1]) = M1 +M2 m2=J([1,2,3,4,6],:) A(10:14,[10,11,12,13,5,14,4... 8 Jun 2010 08:02
UDP communication with dynamic server port
Hello, I'm trying to connect my target PC to a server application using UDP. Basically the target application has to send a connection request to a given server port. The server will then open a new socket on the first free UDP port and respond with a data packet. Afterwards I need to send data to this new port. T... 7 Jun 2010 06:21
how to calculate area of a grayscale image?
ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <db46ad54-5b34-458d-aa55-7635cc45b207(a)y11g2000yqm.googlegroups.com>... bwarea calculates area only on the entire image, so it's "accurate" if you have only one objects. Otherwise, if you have multiple objects, you should use the area measurement give... 12 Jul 2010 10:41
mse
Hi, Im trying to calculate the mean squared error for an original function and its estimate. I have not found a proper solution, yet. I have tried: y = original data data_approx = estimator 1.) e = (data_approx(:,1)-y(:,1)).^2; mse=mean(e) 2.) diff=data_approx(:,1)-y(:,1); mse=mean(diff.^2) 3.) [... 7 Jun 2010 07:25
First  |  Prev |  Next  |  Last
Pages: 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548