<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264097</link>
    <title>MATLAB Central Newsreader - About the element of Matrix in Matlab</title>
    <description>Feed for thread: About the element of Matrix in Matlab</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 26 Oct 2009 04:41:02 -0400</pubDate>
      <title>About the element of Matrix in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264097#689664</link>
      <author>Viet Dang</author>
      <description>I have a difficulty in using Matlab to create a matrix. The matrix have its element is a random function of time-varying valuable t such  as Gaussian or Sin. When t changes the matrix is changed and my system will use this matrix to calculate.&lt;br&gt;
&lt;br&gt;
My example:&lt;br&gt;
&lt;br&gt;
A is a square matrix 3,3.&lt;br&gt;
&lt;br&gt;
A(1,1)  = 2 sin(t), A(1,2)=1 sin(t), A(1,3)= 3cos(t).&lt;br&gt;
A(2,1) = 1 cos(t),A(2,2) = 3sin(t), A(2,3) = 2cos(t).&lt;br&gt;
A (3,1)= 0.5sin(t),A(3,2) = 1.5sin(t),A(3,3)=3sin(t).&lt;br&gt;
&lt;br&gt;
A will be changed when t is running. So how I can matrix A to calculate. Please help me about Matlab code. Thanks.   </description>
    </item>
    <item>
      <pubDate>Mon, 26 Oct 2009 07:26:01 -0400</pubDate>
      <title>Re: About the element of Matrix in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264097#689680</link>
      <author>Jun </author>
      <description>you can use a loop and a timer to keep updating the elements of matrix A</description>
    </item>
  </channel>
</rss>

