First  |  Prev |  Next  |  Last
Pages: 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519
Matlab Eingine does not react (c++)
Good morning Matlabbers! I have recently started working with Matlab. To get familiar with the Matlab Engine and its functions I have created a simple c++ programm, which puts some variables into the engine and evaluates some strings. Everythings works perfectly. Afterwards I have started to add these functions t... 10 Jun 2010 07:46
how to add missing dates
hello everybody, if I have the next matrix M=[ 2007 8 13 4.6 2007 8 15 0 2007 8 19 4.50 2007 8 19 4.5 2007 8 19 4.4 2007 8 19 4.4 ] anyone have idea of a way to add missing dates in columns 1 through 3 and zero in the 4th column for example the output should look like M=[ 2007 8 13 4.6 2007 8 14 0 2007 8... 10 Jun 2010 07:46
Replace Negative values with Non-zero values
Dear kev! What I want is something like... x(x<0)=x+360; x(x < 0) = x(x < 0) + 360; or with temp array, which is perhaps faster: lt_zero = (x < 0); x(lt_zero) = x(lt_zero) + 360; Jan ... 10 Jun 2010 07:46
Replace Negative values with Non-zero values
Hi - I'm sure this is a question that has been asked before but I can't seem to find a solution so sorry if this is a repeat question... I'm trying to search a vector for negative values and replace them with a non zero value I have found the x(x<0) =0; command which replaces all negative values with zeros. ... 10 Jun 2010 07:46
waitfor and user defined classess
The waitfor function can be used to wait until a particular property of a graphics object takes on a specific value. I am looking for a similar function that would wait until a particular property of an object of a user defined custom class takes on a specific value. Bascially, I am looking for an extended version ... 10 Jun 2010 16:47
image read error
Hi Katrina, Did you get a solution to your error messages? Am having the same problem Thanks "yan " <katrina1355(a)msn.com> wrote in message <hm7iin$pj0$1(a)fred.mathworks.com>... Hi, I am reading in a bmp image file, and wanna convert the color image into grayscale image. However, getting the following error m... 22 Jun 2010 13:48
3d matrix initialising
Dear fellow Matlabbers, Is there an easier way to initialize 3d matrices? I am currently using this code but it gives me warnings "The variable _ is changing size every .... for i=1:N f(1:2,1,i)=[0;0]; xf(1:2,1,i)=[13.4171;115]; a(1:2,1:2,i)=[-1 0;0 -1]; b(1:2,1:2,i)=[0 0;0 0]; c... 10 Jun 2010 11:07
query from textscan
Hi all, I have used textscan previously, by manually specifying the point I would like the text file to be read. For example in the following text, if I wanted to read from the 3rd row, the 'HeaderLines' parameter could set to 2 (assuming the first row starts in line 1). A002 7200 7061 7062 7201 PL1 A003 72... 10 Jun 2010 06:41
Importing CSV file but no variable selected
while importing a CSV file through File-import data option, "No variable selected for preview" message displayed The file has 16 columns and 37 rows Selection with all column separator methods have been checked but nothing changed Please help.................. ... 10 Jun 2010 08:52
loading matrix problem
i want to load matrix from a file like this MATRIX A1=# Sparse Matrix (Morse) # first line: n m (is symmetic) nbcoef # after for each nonzero coefficient: i j a_ij where (i,j) \in {1,...,n}x{1,...,m} 8 8 0 34 1 1 1.25 1 3 -1 1 4 -0.25 2 ... 10 Jun 2010 06:41
First  |  Prev |  Next  |  Last
Pages: 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519