First
|
Prev |
Next
|
Last
Pages: 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276
Structs help I have 1X10 struct: <4600x1 double><4600x1 double><4600x1 cell><4600x1 cell><4600x1 double><4600x1 double><4600x1 double><4600x1 cell><4600x1 cell><4600x1 cell> first line on data is 1;1;Sanja;Jelicic;601;80270;133;a13rii8t;False;02/07/2010 00:03:07; I need to get single matrix containing 10 columns I ca... 17 Feb 2010 22:26
help-- fit complex data Dear all, I am try to fit a complex dataset (a vector of complex numbers), using lsqcurvefit and a self-defined complex function with real-numbered coefficients that are to be determined (initial values x0, and output x). The problems: 1) The output x is complex, but the lower boundary and upper boundary seeme... 17 Feb 2010 17:54
scatter data on a map I have the mapping toolbox, a georeferenced .tif file and data with lat/long and I can't for the life of me figure out how to plot the data onto the image. I have gone through many of the examples in the mapping toolbox, and still no glory. Any help would be greatly appreciated. ... 22 Feb 2010 11:50
Reposted Thread on Sorting Vectors Thanks Sadik, this worked perfectly! I really appreciate your help! all the best ... 17 Feb 2010 16:45
ylabel wrote backward. I think it has something to do with the new Java version on Snow leopard. I was able to at least get rid of the inverted label problem by using Java 5 instead of 6. You can do this without downgrading to Mac OS 10.5, but I had to install Java5 so it can run in parallel to 6. Then, all you have to do is go to the Java p... 18 Feb 2010 16:13
out of memory as well Hi, I have 2 machines available at work to do EEG processing, I've tried to increase my memory on both machines as I have files that are greater that 200 MB and they won't get progressed by matlab. I seem to have a limit of reading in files about 68 MB using EEGlab (http://sccn.ucsd.edu/eeglab/). I have tried to inc... 18 Feb 2010 21:50
Programmatically creating toolbar shortcut - how can ı callback toolbar shortcut from the gui is anyone know about there pls help me sincerely ... 17 Feb 2010 15:37
How difficult would it be to make a UI like this? Hi, I want a UI like the one shown in the pic I've linked to below to pop up once my code is finished. http://i49.tinypic.com/2zqudsj.jpg Basically what I want to happen is when they type a number in either box, in the window below the box I'd like an element of a vector to pop up. for example.. If they ent... 17 Feb 2010 17:54
replace values in a cell with nan "Andrew Stevens" <astevens(a)JUNKusgs.gov> wrote in message <hkvlbi$14j$1(a)fred.mathworks.com>... Hi all, I am trying to figure out a way to replace values in a cell array with NaN. I can do it with a loop, but I have somehow got myself into the CELLFUN habit and don't much like the look of the loop: %ge... 17 Feb 2010 15:37
Reposted Thread on Sorting Vectors Please don't spam reply my messages. This is not homework. I am not a matab student, I am using matlab to resolve a very large (1000s) set of data. I would appreciate any help with this: I enter the following code: a=[10 30 80 70 40 90 60 20 80] [aa,bb]=sort(a) cc=[1:1:9] dd=[cc-bb] asking for dd gives ... 17 Feb 2010 15:36 |