First
|
Prev |
Next
|
Last
Pages: 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488
Sort cell array of strings but their nums Hi all, I have a cell array of strings: str = {'13' '2' '3'} ans = '13' '2' '3' How can I simply sort this in ascending order? I know ther are really numbers but I am surprrised between the sort, sortrows and even cellfun commands I cannot get to sort this in ascedning order? Can someone ease ... 15 Jun 2010 09:47
lid driven cavity "rakesh patrey" <patrey_rakesh(a)yahoo.co.in> wrote in message <ef549ad.-1(a)webcrossing.raydaftYaTP>... matlab code for lid driven cavity problem hey could you send me your driven cavity code ... 15 Jun 2010 06:30
Multidimensional input to neural network Hi all, I was wondering if you could help me? I'm trying to train a neural network on some speech data (from the T146 corpus) where each input pattern is a 77x69 matrix (so 77 input neurons are needed) and each output is a 10x1 vector which indicates the corresponding output (for example if a spoken zero is present... 20 Jun 2010 15:38
Pattern Classification using Neural Network ( newff) Greg Heath <heath(a)alumni.brown.edu> wrote in message <32967be6-f7aa-4895-964f-c9bab9489ee3(a)c3g2000yqd.googlegroups.com>... On Nov 13, 1:43 am, Greg Heath <he...(a)alumni.brown.edu> wrote: On Nov 10, 1:59 pm, "Kishore " <kishore3...(a)yahoo.co.in> wrote: Inputs please... Thanks.. If... 15 Jun 2010 13:09
generate random points in any shaped polygon? hello everybody, anyone there knows of a way of generating random points within any shape polygon?. But not by masking out/deleting the points falling out of the polygon. Regards ... 15 Jun 2010 08:41
Greek in XTickLabel Hi, I would like greek letters (\theta) to appear a a tick label; I try using XTickLabel, but cant get it to work.. Any ideas? Thank you, Assaf ... 15 Jun 2010 13:09
how to get whole data from simmechanic? in simulation only a part of a parameter's data recorded into workspace. how to get full data from simmechanic into workspace in whole simulation ? thanks for attention. ... 15 Jun 2010 05:25
uitable properties Hello! Table Property Editor in GUIDE allows to hide headers of rows and columns (e.g. "Do not show column headers" option). But this option is not included in the list of uitable properties, so I can't access it through "set" or "get" statements. How can I hide headers programmatically? Thanks in advance for ans... 15 Jun 2010 05:25
RF simulations in simulink Has any one done RF simulation in simulink or matlab? I really need some help regarding direct conversion and polar architectures ... 15 Jun 2010 05:25
Dataimport using datetick problem Hi, I need to access data in a folder. Each data file is named 19970101.txt 19970102.txt 19970103.txt ....etc... In my script, I need a loop where data from the files will be imported as follows: for i = 1:enddate A = importdata(yyyymmdd.txt); ....manipulating data... end Thanks in advance! ... 15 Jun 2010 10:54 |