First
|
Prev |
Next
|
Last
Pages: 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492
Calculate number of coefficients given error term Hi all, I m about to approximate a set of data (stock indizes) with its fourier transform. In order to be able to compare it with other data sets, I was thinking about calculating the needed coefficients (for the ifft) given a pre-specified error term between the estimator and the original data (e.g. by MAE). I onl... 14 Jun 2010 17:21
clabel numeric format and rotation Hi I have some questions I would like to get help with: How do you change the clabel numeric format from engineering to non-engineering? How do you make each clab to rotate at the angle of its corresponding line on a semilog plot? Thanks in advace Krikorik ... 14 Jun 2010 15:07
feature matching using kdtree i want to use the code available at this link for kd tree http://www.mathworks.com/matlabcentral/fileexchange/26649 bt i want this code to take descriptor vector (SIFT features) as input.means to build kdtree which will hold the descriptors from image. now how to use descriptrs as input in this code? to fin... 14 Jun 2010 15:07
how to display 0.00123 as 1.23-03? Hi, Could anyone please tell me how to print 0.00123 in a file as 1.23-03 in Matlab? It seems %3.2e gives me 1.23-003. Thanks a lot! Cindy ... 14 Jun 2010 19:35
Dummy file ID or port object? I’m working on a script that occasionally sends output to a serial port. But sometimes I want to test other aspects of it on computers where I know the fopen(port) command will fail. What I prefer to do in those cases is to then assign a dummy filehandle to the port variable such that any further calls to fwrite(... 14 Jun 2010 18:28
extract current frame number in implay - ROI analysis of time series of medical images "Thomas Gauthier" <thomas.gauthier(a)gmail.com> wrote in message <h6i07f$jip$1(a)fred.mathworks.com>... Hi, My goal is to process a time series of medical images (aka cineloop) in Matlab. Ultimately, I would like to be able to scroll through the sequence, draw a region of interest which would automatically propag... 14 Jun 2010 13:59
default font Hi, I am trying to change the default font for figures and can't find the command. I tried: get(0,'default') but there does not seem to be a 'defaultfontname'. I also tried creating the figure and using: h=findobj(gca,'type','text'); set(h,'fontname','arial') In that case, the x- and y- labels were no... 14 Jun 2010 17:21
read .dat I'm doing the reading of a file. DAT, need to read the columns and make some calculations, my concern is this, each column are values of speed, these values will either increase or decrease up to a nearly constant value, Almost constant, because when it reached steady state, the values fluctuate slightly neighborhood ... 14 Jun 2010 13:59
HTML to Text Hello, I have a cell table with some simple formating using HTML i would like to see if there is a way to drop the html formating and to leave the text only. Example: '<html><span style="background-color: #AABBCC;">Test123</span></html>' will become: 'Test123' Thanks, ... 16 Jun 2010 08:50
uitable GUI Hello everyone, I'm a beginner in Matlab. I try to make a simple GUI with a uitable, and a pushbutton, and I want to make with this object following thing: I want to insert the data of table in a matrix, when I push the button (the columns of the tabele ineditable). Example: I have one table with "n" (value of ... 14 Jun 2010 15:07 |