<?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: How to draw a full sphere in Mathcad</title>
    <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178612#M70094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really wish to do this, here you go. It's going to take a while to calculate 200 spheres though.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="97419" alt="" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/97419_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 16:36:04 GMT</pubDate>
    <dc:creator>RichardJ</dc:creator>
    <dc:date>2016-01-22T16:36:04Z</dc:date>
    <item>
      <title>How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178598#M70080</link>
      <description>Hi,I have drawn a sphere (you can find the attached file), but the data points are on the surface. I want a full sphere. As an example I drew only @r=3 and @r=5My first question is, I don't have an idea why we write  λ(Θ,ϕ) &amp;lt;-- F(r,0,0,0,Θ,ϕ) on the 3D scatter</description>
      <pubDate>Thu, 03 May 2018 14:44:27 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178598#M70080</guid>
      <dc:creator>hyener</dc:creator>
      <dc:date>2018-05-03T14:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178599#M70081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Side note.&lt;/P&gt;&lt;P&gt;You have an error in the definitions of y() and z(), their definitions on the rhs use y0 and z0 respectively, but their parameter lists use x0...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 10:55:17 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178599#M70081</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2016-01-22T10:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178600#M70082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, yes I corrected it thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to solve my problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 11:09:08 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178600#M70082</guid>
      <dc:creator>hyener</dc:creator>
      <dc:date>2016-01-22T11:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178601#M70083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="97416" alt="" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/97416_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Success!&lt;BR /&gt;Luc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh, and the matrix X holds all the x-values of the datapoints (for each of the indexes i and j), matrix Y holds the corresponding y-values and Z...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 11:48:14 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178601#M70083</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2016-01-22T11:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178602#M70084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, thank you so much for your effort. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This another great way to draw sphere but it still only shows the points on the surface just for 1 radius value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I mean it is not a continuous function for radius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the screenshot attached, it is only for r=1 and r=3.&lt;/P&gt;&lt;P&gt;Actually I need a graph that gives me thousands of spheres with different r's such as r=0, 0.1, 0.2 .... 2.8, 2.9, 3.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: This way clearly solves the problem to see the coordinates X,Y,Z thank you for that.&lt;/P&gt;&lt;P&gt;I think I may need a for loop for various r values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="97407" alt="a2.PNG" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/97407_a2.PNG" style="height: 548px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:00:08 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178602#M70084</guid>
      <dc:creator>hyener</dc:creator>
      <dc:date>2016-01-22T12:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178603#M70085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/97417_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:43:08 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178603#M70085</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2016-01-22T12:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178604#M70086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I will process hundreds of r values from 0 to 25 with delta r = 0.01 (this is just an assumption, values may vary)&lt;/P&gt;&lt;P&gt;So, I cannot write on the graph manually like: (x1,y1,z1),(x2,y2,z2),....(x249,y249,z249),(x250,y250,z250)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 12:49:45 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178604#M70086</guid>
      <dc:creator>hyener</dc:creator>
      <dc:date>2016-01-22T12:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178605#M70087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you want to see a filled sphere? You can just draw the shell and change the properties of the plot to make it look solid. Why does that not work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:02:10 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178605#M70087</guid>
      <dc:creator>RichardJ</dc:creator>
      <dc:date>2016-01-22T13:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178606#M70088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes of course I know that I can make the sphere look solid, but the points on the surface are not enough for my project.&lt;/P&gt;&lt;P&gt;I am gonna make something about diffusion (and bulk degradation in the future) and so i will assign the properties of every coordinate in the sphere not just for the surface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, by making radius continous i will approximately make a full sphere and I will get the x,y,z coordinates for a full sphere. Then, i will make mathematical calculations next.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:18:25 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178606#M70088</guid>
      <dc:creator>hyener</dc:creator>
      <dc:date>2016-01-22T13:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178607#M70089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. I can many reasons why you would need the coordinates of points throughout the sphere, but that wasn't my question. My question was why you need to plot them all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:36:48 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178607#M70089</guid>
      <dc:creator>RichardJ</dc:creator>
      <dc:date>2016-01-22T13:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178608#M70090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not know how to make mathemical operations on the data points in the sphere while they do not exist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, yeah this is not my question, too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:46:43 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178608#M70090</guid>
      <dc:creator>hyener</dc:creator>
      <dc:date>2016-01-22T13:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178609#M70091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by 'exist'?&lt;/P&gt;&lt;P&gt;If the sphere is a physical reality, then all points within it exist, but also all points outside of it.&lt;/P&gt;&lt;P&gt;But the sphere does not need to exist in order for you to calculate properties for any point within a sphere, as long as you have a model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:55:22 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178609#M70091</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2016-01-22T13:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178610#M70092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But when we use this model, let r=1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;There wont be any points inside the sphere, will there? the points are on the surface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I also want to see a sphere @r=2 and @r=3 and .... r=20&lt;/P&gt;&lt;P&gt;So as a result i will have a sphere @r=20 but full inside. Am I wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if I am wrong, I need to draw a graph that consists many spheres from r=0 to r=20 (let delta r=0.1, in total there will be 200 spheres)&lt;/P&gt;&lt;P&gt;My question is how can draw 200 spheres on 1 graph automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:01:45 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178610#M70092</guid>
      <dc:creator>hyener</dc:creator>
      <dc:date>2016-01-22T14:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178611#M70093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you thought about the limitations:&lt;/P&gt;&lt;P&gt;- to depict 3-dimensional objects on just two dimensions at all.&lt;/P&gt;&lt;P&gt;- to depict many 3-dimensional objects where the outer ones are covering the inner ones, so what is there to be seen from the inner ones...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:57:37 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178611#M70093</guid>
      <dc:creator>LucMeekes</dc:creator>
      <dc:date>2016-01-22T14:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178612#M70094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really wish to do this, here you go. It's going to take a while to calculate 200 spheres though.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="97419" alt="" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/97419_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 16:36:04 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178612#M70094</guid>
      <dc:creator>RichardJ</dc:creator>
      <dc:date>2016-01-22T16:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178613#M70095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 16:40:53 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178613#M70095</guid>
      <dc:creator>hyener</dc:creator>
      <dc:date>2016-01-22T16:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a full sphere</title>
      <link>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178614#M70096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was a bad bug in that (more than one in fact). Here's a new version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 16:49:21 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Mathcad/How-to-draw-a-full-sphere/m-p/178614#M70096</guid>
      <dc:creator>RichardJ</dc:creator>
      <dc:date>2016-01-22T16:49:21Z</dc:date>
    </item>
  </channel>
</rss>

