<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/most_recent_feed</link>
    <title>MATLAB Central Newsreader Recent Posts</title>
    <description>Most Recent Posts</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2010 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>Fri, 03 Sep 2010 01:50:24 -0400</pubDate>
      <title>Re: induction motor simulation connected to brake</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290293#776728</link>
      <author>Tamir Suliman</author>
      <description>&quot;khalid algbali&quot; &amp;lt;aba_anas75@yahoo.com&amp;gt; wrote in message &amp;lt;i56ufm$k96$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; hi&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; my problem is how i can simulation single phase induction motor with brake&lt;br&gt;
&amp;gt; could you please help me&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; khalid.&lt;br&gt;
&lt;br&gt;
kHALID&lt;br&gt;
&lt;br&gt;
Please post a reference equations and files that reference what you needed to do.&lt;br&gt;
&lt;br&gt;
When you said simulation do you mean a code or simulink ?  </description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 01:45:22 -0400</pubDate>
      <title>Re: Hdl code generation error</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290556#776727</link>
      <author>Mira Ab</author>
      <description>&quot;Sean &quot; &amp;lt;sanborne@fastmail.fm&amp;gt; wrote in message &amp;lt;i5oa64$qv$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Mira Ab&quot; &amp;lt;a_m_i_r_a_h_109@hotmail.com&amp;gt; wrote in message &amp;lt;i5hri1$11m$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I have a problem when generating HDL for my set of Simulink codes. I got a error stating that 'matrices are not in this release'. Do anyone know about this problem? &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Can anyone tell me whether I can generate a from video device block and translate block?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; You have a lot of work to do. As the error message says, because matrices are not supported, you will need to stream the data a pixel at a time. If I remember correctly (I do not currently have access to the HDL coder), you should be able to use either one or two dimensional signals within an embedded Matlab block. But it would be a lot of work to stream the data in and out of embedded Matlab, and perhaps not worth the effort.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; You might be better off either hand coding your algorithms in HDL and using Matlab as a testbench.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Sean&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Hi&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I don't quite understand what do you mean by stream the data a pixel at a time. Does this mean that I will have to change my codes? Would you mind giving me some hints on ways of changing it?&lt;br&gt;
&lt;br&gt;
Thanks</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 01:32:04 -0400</pubDate>
      <title>Arithmatic operation for different matrix dimension</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290842#776726</link>
      <author>Tanvir </author>
      <description>Hi, I am new in matlab and would like to do arithmatic operation for different matrix dimensions. For instance:&lt;br&gt;
A = [1 2 3; 4 5 6;] (2x3 matrix)&lt;br&gt;
B= [1; 2;] (2x1 matrix)&lt;br&gt;
How can I multiply A*B?&lt;br&gt;
Basically, I would like to get the result like this:&lt;br&gt;
A*B = [1x1 2x1 3x1; 4x2 5x2 6x2;]</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 01:24:04 -0400</pubDate>
      <title>Concatenation in Simulink</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290841#776725</link>
      <author>Paburo </author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
Two constant arrays 2x2 were defined using Source Blocks in Simulink.&lt;br&gt;
They were concatenated (e.g. horizontally).&lt;br&gt;
Result was assigned to the variable zz using 'To Workspace' block.&lt;br&gt;
&lt;br&gt;
If the 'To Workspace' block parameter 'Limit data points to last' is equal to 1 than zz is 2x4 matrix.&lt;br&gt;
If 'Limit data points to last' is the default inf or 2 than zz is 2x4x2 matrix, two identical 2x4 matrices in two planes.&lt;br&gt;
&lt;br&gt;
Why is 2x4x2 matrix in the latter case?&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Pavel</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 01:17:06 -0400</pubDate>
      <title>Re: Analytical solution of an ODE</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290728#776724</link>
      <author>Ross W</author>
      <description>Torsten Hennig &amp;lt;Torsten.Hennig@umsicht.fhg.de&amp;gt; wrote in message &amp;lt;510791724.152843.1283410474690.JavaMail.root@gallium.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; How about this?&lt;br&gt;
&amp;gt; &amp;gt; y = dsolve('D2y =&lt;br&gt;
&amp;gt; &amp;gt; k*sqrt(1+Dy^2)','y(0)=0','Dy(0)=0','x')&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Answer:&lt;br&gt;
&amp;gt; &amp;gt; y = &lt;br&gt;
&amp;gt; &amp;gt;  -1/k*cosh(x*k)+1/k&lt;br&gt;
&amp;gt; &amp;gt;   1/k*cosh(x*k)-1/k&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Have I got it?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Inserting the &quot;solutions&quot; into your differential &lt;br&gt;
&amp;gt; equation, only the second one from above is correct.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Best wishes&lt;br&gt;
&amp;gt; Torsten.&lt;br&gt;
&lt;br&gt;
Hmmm, I think that depends on what sqrt() means. If it's the positive or negative square root, then couldn't there be two solutions?&lt;br&gt;
&lt;br&gt;
d2y/dx2=k sqrt(1+dy/dx^2)   %the original equation&lt;br&gt;
let z = dy/dx                        % a substitution to help me&lt;br&gt;
then dz/dx = k sqrt(1+z^2)    %insert my substitution in the equation&lt;br&gt;
(dz/dx)^2=k^2 (1+z^2)        %square both sides of equation&lt;br&gt;
&lt;br&gt;
and then it seems to me that +/-z are both solutions, which tells me that +/-y are both solutions.&lt;br&gt;
&lt;br&gt;
Ross</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 01:09:04 -0400</pubDate>
      <title>PLSREGRESS</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290840#776723</link>
      <author>Frank Sabouri</author>
      <description>Hello everybody,&lt;br&gt;
&lt;br&gt;
Using this function &quot;[XL,YL,XS,YS,B,PC,MSE,stats] = PLSREGRESS(x,y,2,'CV',5)&quot;, in that number of cross-validation is five, I would expect to get five different outputs for each output. For example I would like to extract these outputs [XL1, XL2...., and XL5], [YL1, YL2...., and YL5], and so on.  Please let me know how I could extract these replicates from the function.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Frank</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 01:04:05 -0400</pubDate>
      <title>mupad notebook engine synchronization</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290839#776722</link>
      <author>Melissa </author>
      <description>Hi all,&lt;br&gt;
&lt;br&gt;
I have a mupad notebook that I want to access from matlab.  I create a handle to the notebook:&lt;br&gt;
&lt;br&gt;
nb=mupad('test_nb.mn');&lt;br&gt;
&lt;br&gt;
I know I need to synchronize the mupad notebook with its engine before I can access any of the equations I have in there.  All the documentation I read says to go into the notebook menu and choose 'evaluate all'.  And it I do this, it works fine.&lt;br&gt;
&lt;br&gt;
My question is:  is there a way to automatically get the notebook to synch so that I can call a bunch of stuff from matlab without having to stop and do &quot;evaluate all&quot; from the notebook menu?  or if not automatically, is there a function call or something that I can put in my matlab script to make the notebook synch with its engine?&lt;br&gt;
&lt;br&gt;
thanks,&lt;br&gt;
melissa</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 00:57:04 -0400</pubDate>
      <title>Re: Problems with checkbox</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290820#776721</link>
      <author>Matthias </author>
      <description>Thanks Walter,&lt;br&gt;
&lt;br&gt;
I pasted it inside the function and it worked perfectly, &lt;br&gt;
&lt;br&gt;
Thanks again&lt;br&gt;
&lt;br&gt;
G</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 00:53:43 -0400</pubDate>
      <title>Adsense tips, Adsense beginners,Adsense revenues</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290838#776720</link>
      <author>chinnamma</author>
      <description>If you be inflicted with a fix leaf or you love to surf the lattice,&lt;br&gt;
you may possibly need approximately AdSense tips with the meaning of&lt;br&gt;
can help curve surfing or&lt;br&gt;
blogging into revenue. Bloggers who frequent the fix can individually&lt;br&gt;
take benefit of Google AdSense. Remember with the meaning of blogging&lt;br&gt;
has ongoing an entirely trimming&lt;br&gt;
way of fix publishing.&lt;br&gt;
&lt;br&gt;
visit &lt;a href=&quot;http://www.adsensesubstitutes.com/adsense-tips-for-beginners.htm&quot;&gt;http://www.adsensesubstitutes.com/adsense-tips-for-beginners.htm&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 00:52:40 -0400</pubDate>
      <title>Adsense high paying keywords,Top-Paying AdSense Niches</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290837#776719</link>
      <author>chinnamma</author>
      <description>One of the usually ordinary complaints I hear from AdSense publishers&lt;br&gt;
is with the target of they single obtain on to a hardly at all cents&lt;br&gt;
in favor of all click on their sites. A allotment of them create up on&lt;br&gt;
AdSense since of with the target of. But maybe they're solely&lt;br&gt;
targeting the ill-treat niches.&lt;br&gt;
&lt;br&gt;
visit   &lt;a href=&quot;http://www.adsensesubstitutes.com/high-paying-keywords-adsense.htm&quot;&gt;http://www.adsensesubstitutes.com/high-paying-keywords-adsense.htm&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 00:51:38 -0400</pubDate>
      <title>Adsense Impressions,adsense tips</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290836#776718</link>
      <author>chinnamma</author>
      <description>&amp;nbsp;You must initially of all get on to guaranteed you're making aid of&lt;br&gt;
the AdSense channels. Don't solely create 1 channel pro all your ads&lt;br&gt;
but as a replacement for 1 pro all public notice. By this I mean with&lt;br&gt;
the intention of if you be inflicted with a standard describe pro all&lt;br&gt;
your pages of your locate and pro model be inflicted with 3 ads, lone&lt;br&gt;
not more than the slogan, lone in the sidebar, and lone in the footer,&lt;br&gt;
you must create 3 channels and first name them appropriately&lt;br&gt;
&lt;br&gt;
visit   &lt;a href=&quot;http://www.adsensesubstitutes.com/adsense-impressions.htm&quot;&gt;http://www.adsensesubstitutes.com/adsense-impressions.htm&lt;/a&gt;&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 00:50:17 -0400</pubDate>
      <title>Adsense forums,google Adsense forums</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290835#776717</link>
      <author>chinnamma</author>
      <description>&amp;nbsp;Have you continually been informed with the aim of being single of&lt;br&gt;
Google affiliates is the optimal path to kind money online? If not,&lt;br&gt;
after that you ought to start in a jiffy to be informed not far off&lt;br&gt;
from this money making opportunity. To this last part, the opening&lt;br&gt;
step is to target a trusted tour guide to discover from it. One of the&lt;br&gt;
top recommended sources to start with is Google AdSense forums. This&lt;br&gt;
way, you make light of the venture to be miss-informed.&lt;br&gt;
&lt;br&gt;
visit   &lt;a href=&quot;http://www.adsensesubstitutes.com/google-adsense-forum.htm&quot;&gt;http://www.adsensesubstitutes.com/google-adsense-forum.htm&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 00:50:07 -0400</pubDate>
      <title>Re: Keyboard stops working (Linux)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290037#776716</link>
      <author>Jackson Tan</author>
      <description>Just to throw in a comment that I'm facing the same problem as well. I'm using R2010a on Ubuntu 10.04. Happened numerous times.&lt;br&gt;
&lt;br&gt;
MatLab stops taking in keyboard inputs even though it is obviously working with other applications. MatLab is not busy either, since mouse buttons work. I'm not certain what triggers it, but I think it is probably windows/desktop switching (i.e. outside MatLab).&lt;br&gt;
&lt;br&gt;
Puzzling, and irritating (especially when re-running the script will take several minutes and stretch my computer).&lt;br&gt;
&lt;br&gt;
Jackson&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Matthias &quot; &amp;lt;matthew.goddard@bcf.uni-freiburg.de&amp;gt; wrote in message &amp;lt;i5l59s$8j1$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Just did it again. This time completely independently of the Tab key. It actually stopped accepting keyboard input when I opened the help file! &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Will submit this as a bug report. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks for your comments &amp; suggestions. </description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 00:49:07 -0400</pubDate>
      <title>AdSense Advertising , Adsense publishing</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290833#776714</link>
      <author>chinnamma</author>
      <description>AdSense is a syllabus from Google with the purpose of allows someone&lt;br&gt;
who has a website to advertise adverts on their position and earn a&lt;br&gt;
number of money. The solitary condition is with the purpose of they&lt;br&gt;
approve your website. The plump explanation is with the purpose of it&lt;br&gt;
is an ad-placement syllabus with the purpose of allows adverts to be&lt;br&gt;
robotically placed on your website, based on Google's search&lt;br&gt;
capabilities, they decide which adverts to take and place.&lt;br&gt;
&lt;br&gt;
visit   &lt;a href=&quot;http://www.adsensesubstitutes.com/adsense-advertising.htm&quot;&gt;http://www.adsensesubstitutes.com/adsense-advertising.htm&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 03 Sep 2010 00:48:40 -0400</pubDate>
      <title>AdSense Advertising , Adsense publishing</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/290834#776715</link>
      <author>chinnamma</author>
      <description>AdSense is a syllabus from Google with the purpose of allows someone&lt;br&gt;
who has a website to advertise adverts on their position and earn a&lt;br&gt;
number of money. The solitary condition is with the purpose of they&lt;br&gt;
approve your website. The plump explanation is with the purpose of it&lt;br&gt;
is an ad-placement syllabus with the purpose of allows adverts to be&lt;br&gt;
robotically placed on your website, based on Google's search&lt;br&gt;
capabilities, they decide which adverts to take and place.&lt;br&gt;
&lt;br&gt;
visit   &lt;a href=&quot;http://www.adsensesubstitutes.com/adsense-advertising.htm&quot;&gt;http://www.adsensesubstitutes.com/adsense-advertising.htm&lt;/a&gt;</description>
    </item>
  </channel>
</rss>
