First
|
Prev |
Next
|
Last
Pages: 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420
Easiest Way to convert array to cell Example I have the array : A = [ 1 2 3; 4 5 6; 7 8 9] I want a cell array of 3 by 1: MyCell = {1 2 3 4 5 6 7 8 9} Meaning, I have an array of m by n, and I want my cell array to be m by 1 ... 8 Jan 2010 16:10
viewing a plane down it's normal vector I have a set of data points from which i take a slice composed of a plane with a thickness in an arbitrary direction. I would like to view this slice down its normal so that the plane is projected flat onto another axis. I can't figure out the altitude and elevation settings to do this. any help? -M ... 8 Jan 2010 16:10
Removing 'Inf' points from matrix "Sean Takai" <stakai(a)ucsd.edu> wrote in message <hi81mq$hse$1(a)fred.mathworks.com>... Hi all, I know this is pretty simple but I can't get it to work right. Say I have a matrix A = [1 2 3; 4 Inf 6; Inf 8 Inf] and I want try to remove the Inf values from a given column, what would be the best way ... 8 Jan 2010 15:02
Newbie mvregress Hi I am getting data from MySql. I would like to take retrieved columns of numeric data and do multivariat regressions.... The below code generates an error - if anyone can help me - much appreciated conn = database('DataBase','','Password'); % Read data from database. e = exec(conn,'SELECT * FROM SPX'... 8 Jan 2010 17:18
Thin plate spline for matching points Hello, I am a newbie with Matlab. I want to calculate a function which maps points between two images, given some matching points. This mean that I know several points (xi,yi) from image 1, i=1,2..n which match some points (si,ti) from image 2 i=1,2,..,n ((xi,yi) matches (si,yi)). Now I want to know for any point... 8 Jan 2010 15:02
Writing into a Word Document using ActiveX control Hello, I'm new into using Word-Matlab activex controls. I have a very simple equation and I want its result to be written into a Word Document using activex control. Here's my code: x1=1; x2=2; result=x1+x2; word = actxserver('Word.Application'); word.Visible = 1; newdoc = word.Documents.Add; Con=get(newdoc... 8 Jan 2010 13:54
No space left on device HI everybody I'm converting waveform file formats and am doing some light signal processing in MATLAB. The computations aren't very heavy but the file volume is large. I'm reading files from one external HD and writing the output files to another (with 1TB space). While this may not be the smartest/fastest way of doin... 8 Jan 2010 12:47
cleaning small noise blobs hello and good day, i'd appreciate if i could get any hint on this. i'm working on car plate detection project. in the post processing part, i need to draw the boxes on the candidate text region regardless of what shape it is for the purpose of counting the detection rate (false positive,false negative,true ... 8 Jan 2010 10:30
Can't declare global variable in s-function BACKGROUND: I'm using a reasonably large simulink model which has been developed over several years. Code is generated directly from the model and all variables which are passed between modules are defined as global variables. Five modules are coded by hand in order to optimise for speed. At present these modules are '... 22 Jan 2010 02:55
Simulink refusing to recognise make_rti Hi Tom, i'm stuck with the same problem. Have you found the solution in the meantime? Davor ... 8 Jan 2010 07:10 |