First  |  Prev |  Next  |  Last
Pages: 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643
color a 3D line
Dear All, I have a relatively simple problem I'm struggling with. I want to render color to a 3D line (i.e. a bunch of 3D points connected by a line - please refer to the end of this post for the eg.). Now I'm trying to give each line segment connecting consecutive 3D points a color based on their gradient (finally the... 24 May 2010 01:32
how to represent a multivariable symbolic expression with missing
Walter Roberson <roberson(a)hushmail.com> wrote in message <8TbKn.30272$wV2.27818(a)newsfe23.iad>... Nick Todd wrote: I need to be able to represent a symbolic expression such as y = a^5*X^3 + X + 1 , where the X^2 term is not present, as a vector ie. [a^5 0 1 1] I cannot use sym2poly because the e... 23 May 2010 23:23
Simple 3d Plot
I have 3 vectors X [length], Y [Width], and Z[Height] that contain points I wish to plot to appear as something like http://thermal.gg.utah.edu/tutorials/matlab/peaks.png How do I do this? ... 23 May 2010 20:08
Simple 3d Plot
I have 3 arrays X (length point), Y (width point), and Z(height point) which contain data points I wish to plot in 3d (like this http://thermal.gg.utah.edu/tutorials/matlab/peaks.png ) How can I do this? ... 23 May 2010 21:13
Concatenating matrices alongside diagonal
Hi folks, is there any command / efficient way that would help to arrange square matrices of one size into a big one so that they are on the diagonal and all elsewhere there 'd be zeros? a, b, c .. are (n,n) e.g. n = 2 BIG = a11 a12 0 0 0 0 a21 a22 0 0 0 0 0 0 b11 b12 0 0 0 0 b21 b22 0 0 0 0 0 0 c11 c... 24 May 2010 13:27
transform vector in matrix with more elements
Hi all, I'm looking for a fast way to distribute vector elements in a given matrix such that identical elements are listed in the same matrix row; the tricky part is that the vector has fewer elements than the matrix. For instance, assume that I have vector A: A = [1 2 2 3 3 3 4 4 4 4 5 5 5 5 6 6 6 7 7 8] I n... 25 May 2010 08:00
transform vector in matrix with more elements
Hi all, I'm looking for a fast way to distribute vector elements in a given matrix such that identical elements are listed in the same matrix row; the tricky part is that the vector has fewer elements than the matrix. For instance, assume that I have vector A: A = [1 2 2 3 3 3 4 4 4 4 5 5 5 5 6 6 6 7 7 8] I... 23 May 2010 19:02
Reading from Csv File
Thanks Walter. That's just what I was after. ... 23 May 2010 17:56
garchpred ARIMA models
Hello, Does any one knows where can I find examples of ARIMA forecasting? I am wondering if it is more appropriate to use MeanRMSE instead of SigmaTotal (outputs for garchpred) to form predictive intervals. According with my bibliography, we should use MeanRMSE but I have seen pepole using the standard deviation of ... 23 May 2010 17:56
interp1 function
Hi all, the interp1 function is used in reading off the values of the y-axis by providing the x-axis. Is there a way to do the reverse? I.e providing the values on the y-axis and having the function give the corresponding value on the x-axis. Thanks for your contributions Charles. ... 25 May 2010 10:11
First  |  Prev |  Next  |  Last
Pages: 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643