<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Plotting failed in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Plotting-failed/m-p/875489#M206696</link>
    <description>&lt;P&gt;I am not sure what you actually are trying to plot, but you must take care that the row index does not exceed 519 and the column index does not exceed 511.&lt;/P&gt;
&lt;P&gt;The following plots show plots of the values of the last column (#511) and of the last row (#519). The latter consists of all zeros.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1684187651152.png" style="width: 661px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/82006iC835DF575116EDBE/image-dimensions/661x286?v=v2" width="661" height="286" role="button" title="Werner_E_0-1684187651152.png" alt="Werner_E_0-1684187651152.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here are 3D plots of your data matrix:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_3-1684188245267.png" style="width: 558px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/82010i0F63D096E153D396/image-dimensions/558x349?v=v2" width="558" height="349" role="button" title="Werner_E_3-1684188245267.png" alt="Werner_E_3-1684188245267.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 22:04:20 GMT</pubDate>
    <dc:creator>Werner_E</dc:creator>
    <dc:date>2023-05-15T22:04:20Z</dc:date>
    <item>
      <title>Plotting failed</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Plotting-failed/m-p/875472#M206693</link>
      <description>&lt;P&gt;I am using MP8. In here i am able to plot for the lower values however when I try to go to the desired value it gives me error message is there anything I am missing?&lt;/P&gt;&lt;P&gt;&lt;FONT color="headerbuttontrackingcode"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 20:03:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Plotting-failed/m-p/875472#M206693</guid>
      <dc:creator>FC_10037391</dc:creator>
      <dc:date>2023-05-15T20:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting failed</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Plotting-failed/m-p/875489#M206696</link>
      <description>&lt;P&gt;I am not sure what you actually are trying to plot, but you must take care that the row index does not exceed 519 and the column index does not exceed 511.&lt;/P&gt;
&lt;P&gt;The following plots show plots of the values of the last column (#511) and of the last row (#519). The latter consists of all zeros.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1684187651152.png" style="width: 661px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/82006iC835DF575116EDBE/image-dimensions/661x286?v=v2" width="661" height="286" role="button" title="Werner_E_0-1684187651152.png" alt="Werner_E_0-1684187651152.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here are 3D plots of your data matrix:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_3-1684188245267.png" style="width: 558px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/82010i0F63D096E153D396/image-dimensions/558x349?v=v2" width="558" height="349" role="button" title="Werner_E_3-1684188245267.png" alt="Werner_E_3-1684188245267.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 22:04:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Plotting-failed/m-p/875489#M206696</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2023-05-15T22:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting failed</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Plotting-failed/m-p/875491#M206697</link>
      <description>&lt;P&gt;There are only 512 columns in your data, Your first trace is trying to access column with index 520.&lt;/P&gt;
&lt;P&gt;Your second trace uses a to index the columns, but a runs through all rows of your data, up to 519: same problem.&lt;/P&gt;
&lt;P&gt;Try:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LucMeekes_0-1684187860773.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/82007i76D0C18462D89865/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LucMeekes_0-1684187860773.png" alt="LucMeekes_0-1684187860773.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Success!&lt;BR /&gt;Luc&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 21:57:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Plotting-failed/m-p/875491#M206697</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2023-05-15T21:57:35Z</dc:date>
    </item>
  </channel>
</rss>

