First
|
Prev |
Next
|
Last
Pages: 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501
Adding a "global" title to a group of subplots Hi, when using subplot to add axes to a figure, each instance of the commands title and text will refer to one of newly defined axes. Is it possible to refer to something like "global" axes? This is useful in order to add a title to the whole figure, in addition to one for each subplot, and also if, say, you nee... 26 Oct 2009 06:38
Problem with parfor Hi everyone, Long-time reader, first time poster. I am currently trying to improve the performance of a program I am working on by carrying out operations in parallel. The basic code that I am using for this operation is something like: for i = 1:Mdivs parfor j = 1:Ndivs pic = fun1(img1((... 24 Oct 2009 00:18
How to test Fisherfaces performance Dear all, I am interested in classification. I am using the YaleBkucuk database and I do classify faces, using Eigenfaces and Fisherfaces. I am not sure about the performance of my code. I can actually change the database. I would like to find a simple database (rotated, and-or translated numbers, hand written lette... 23 Oct 2009 03:25
mp3read .... sir only files like life.wav can run on matlab7.1 after downloading nd adding mp3_toolbox. this file has audio format -mpeg layer-3 as seen in properties.. i changed its extension to.mp3 still its running... but i have downloded a song file from songs.pk it has .mp3 extension its not running... i change... 23 Oct 2009 03:25
Reading TDMS data from UDP socket I am new to Matlab and would appreciate some assistance on a problem I am having. I am trying to read in NI TDMS data into Matlab. Unlike the examples provided by Mathworks, the data I am reading is sourced from a UDP socket (streamed from another PC). I have run the TDMS file read examples without any problems. I ... 22 Oct 2009 15:16
EzyFit 2.30 Hi, for those who know this tool 1) i have a problem with the weight In order to perform a weighted fit on this data, the vectors y and dy have to be merged into a 2-by-N matrix and given as the second input argument to ezfit. Compare the results for the usual and weighted fits: fw = ezfit(x, [y;dy], 'exp'); ... 22 Oct 2009 19:43
remove element from list "the cyclist" <thecyclist(a)gmail.com> wrote in message <hbplbu$6ir$1(a)fred.mathworks.com>... "Jan Simon" <matlab.THIS_YEAR(a)nMINUSsimon.de> wrote in message <hbp7fg$8ve$1(a)fred.mathworks.com>... Dear Matt! You have 10 churches and 100 members. Each member belongs to 1 church. So the Church struc... 22 Oct 2009 11:51
Symbolic toolbox: Uninitialized variable warnings Hi, I wonder if somebody can help me with this. I just installed Matlab R2009a on my PC. Whenever I use symbolic expressions in my code I keep getting the following warning at runtime: Warning: Uninitialized variable 'k' used; during evaluation of 'maprat_indets' Whatever this warning is referring to is nothin... 22 Oct 2009 11:51
How to call matlab from other function such as Labview The main program is Labview. It needs to call one function in Matlab for image processing. But do not have whole Matlab installed. Is it somehow to do it? Can the Matlab part been compiled into exe or dll. Any suggestion, thanks. ... 23 Oct 2009 12:12
ofdma subcarrier allocation codes am in need of example program in matlab for ofdma sub channel allocation to the users....can any one suggest me.... ... 22 Oct 2009 10:44 |