First  |  Prev |  Next  |  Last
Pages: 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334
Matlab R2007a on Mac OS X: xlsread problems
Hi, I'm running Matlab R2007a on Mac OS X 10.6.4 and am having some problems with the xlsread function not behaving as expected. I have a 360x20 .xls file, where some columns contain text data, and others contain numerical data. When I import this to my workspace using xlsread, only the first 104 rows are importe... 15 Jul 2010 18:43
diffusion tensor visualization with matlab
budha <budhakh(a)gmail.com> wrote in message <1185358339.027187.297900(a)z24g2000prh.googlegroups.com>... Dear all, I am a graduate student, and have started work on diffusion tensor imaging. Since I am quite new, can anybody tell me how do one obtain the tensor ellipsoids per voxel for an image for wh... 6 Jul 2010 10:02
Tracing xPC execution times
Is there a way to trace the execution times of blocks and/or lines of code when using xPC? I want to find out how well my model is executing and while the TET metrics are useful, I really want to find out where the bottlenecks are in my code. ... 6 Jul 2010 13:22
Equispaced Vector Error
Hi! This has probably been asked several time however I couldn't find a post about it. I need to check whether an input array is equispaced. However x = 0.01:0.1:0.51; d = x(2:end) - x(1:end-1); won't result in a single valued unique(x) because of numerical errors. What is the best way to tackle this problem? ... 8 Jul 2010 03:43
Changing the save button in figure windows
Hello all, Not sure if this is possible, but I was wondering if I can change what the save button does in the top of a plot figure (GUI). My parent function displays different plots in separate figure windows depending on USER inputs. It seems that MATLAB automatically assigns a menu bar to each plot. So, when you... 9 Jul 2010 17:12
How do I plot timestamps (seconds) in Matlab?
Hi all, I have an Nx2 array, where the first column contains the timestamps and the second column contains the corresponding data. second | ts --------| -- 14:25:00| 18 14:25:02| 14 14:25:04| 11 14:25:06| 4 14:25:08| 24 14:25:10| 13 14:25:12| 12 14:25:14| 6 14:25:16| 21 14:25:18| 37 14:25:20| 21 14... 6 Jul 2010 16:41
Diff bet statement coverage and desicion coverage
Hi all, I want to know what is the difference between statement coverage and desicion coverage in generating code using Targetlink? I found one difference is in desicion coverage the code generator generates empty else paths for all if conditions unnecessraily irrespect of the model. Is there any difference ap... 6 Jul 2010 08:56
Minimum value in each row of matrix.
i have this matrix and i m able to fine the maximum value in each row. But when i am using function min it gives the answer 0 which is correct. But want to find the minimum value which is greater then 0 in each row.(i.e- in row 1 & 2 its 2,in row 3 its 4,in row 4 & 5 its 1 and in row 6 its 9) please help. G_k=[0... 6 Jul 2010 08:56
Can't interface with parallel port
How did u solve the problem?. It appears that I/O range for my parallel port is not 378, but it is from E800-E887 instead. Please advise how to solve this problem. I am in a hurry. Thank you. ... 6 Jul 2010 07:52
mexCallMATLAB,functions
Hi, I have a small doubt.I have two functions in my mex file.one is the mexFunction.The other is called int test(int x).I call the test function from mexFunction.I would like to know if it is possible to use mexCallMATLAB within int test(int x). i.e is it possible to call mxCallMATLAB from within a function that is b... 6 Jul 2010 11:09
First  |  Prev |  Next  |  Last
Pages: 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334