<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My exquisite padlet by NADIA AFRINA EZAIDDIN</title>
      <link>https://padlet.com/2019218604/vtthg527pcm3v7eg</link>
      <description>Made with charm</description>
      <language>en-us</language>
      <pubDate>2022-04-04 14:45:50 UTC</pubDate>
      <lastBuildDate>2024-07-09 22:26:44 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>W1a) To create a MATLAB/Octave file </title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128812758</link>
         <description><![CDATA[<div><mark>File - new script<br><br></mark><br></div>]]></description>
         <enclosure url="https://www.bosstrinidad.com/7397-thickbox_default/file-folders.jpg" />
         <pubDate>2022-04-04 14:48:44 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128812758</guid>
      </item>
      <item>
         <title>W1b) To store value 3.41 and 5/6 to a selected variable in the workspace </title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128819283</link>
         <description><![CDATA[<div><mark>x = 3.41<br>y = 5/6&nbsp;</mark></div>]]></description>
         <enclosure url="http://assets.digitalocean.com/articles/eng_python/Variables/variable_value.png" />
         <pubDate>2022-04-04 14:51:41 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128819283</guid>
      </item>
      <item>
         <title>W1c) Perform addition of the stored variables</title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128821951</link>
         <description><![CDATA[<div>&nbsp;<mark>z=x+y</mark></div>]]></description>
         <enclosure url="http://atlas-content-cdn.pixelsquid.com/stock-images/red-rounded-plus-sign-AENw0y9-600.jpg" />
         <pubDate>2022-04-04 14:52:55 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128821951</guid>
      </item>
      <item>
         <title>W1d) Perform the multiplication of the stored variables </title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128825013</link>
         <description><![CDATA[<div><mark>z=x*y</mark></div>]]></description>
         <enclosure url="https://www.drodd.com/images14/x4.png" />
         <pubDate>2022-04-04 14:54:12 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128825013</guid>
      </item>
      <item>
         <title>W1e) Perform the addition of square root of the first variable and the natural log of the second variable </title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128844930</link>
         <description><![CDATA[<div><mark>W=sqrt(x) + ln(y)</mark></div>]]></description>
         <enclosure url="https://i.ytimg.com/vi/fLW7_Zv7QME/maxresdefault.jpg" />
         <pubDate>2022-04-04 15:03:15 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128844930</guid>
      </item>
      <item>
         <title>W1f) To access each of the stored value to the created variables in task </title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128849280</link>
         <description><![CDATA[<div><mark>Double clicking variables and open variables in the variable editor</mark></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-04 15:05:19 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128849280</guid>
      </item>
      <item>
         <title>W1g) To delete one of the variables in the workspace as declared in task</title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128851883</link>
         <description><![CDATA[<div><mark>By typing clear and followed by the variable names in the workspace, the variable will be deleted.</mark></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-04 15:06:31 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128851883</guid>
      </item>
      <item>
         <title>W1h) To clear all commands on your computer screen </title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128853396</link>
         <description><![CDATA[<div><mark>By typing clear all, all variables will be deleted at once.</mark></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-04 15:07:11 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128853396</guid>
      </item>
      <item>
         <title>W1i) To save the current file using extension m</title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128855084</link>
         <description><![CDATA[<div><mark>Click the File-&gt; Save as - &gt; write your file name and save</mark></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-04-04 15:08:01 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2128855084</guid>
      </item>
      <item>
         <title>W2 MATLAB </title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2139622168</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1655571225/eb364549e6bfda1052c633dcf1fceaf6/W2_20CES513_20NADIA_20AFRINA_20BT_20EZAIDDIN.pdf" />
         <pubDate>2022-04-11 18:11:39 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2139622168</guid>
      </item>
      <item>
         <title>W3 lab </title>
         <author>2019218604</author>
         <link>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2145689584</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1655571225/5ab5cb9ac4e77735bd14a696bc26de82/CES513_20LAB_204.pdf" />
         <pubDate>2022-04-16 21:52:29 UTC</pubDate>
         <guid>https://padlet.com/2019218604/vtthg527pcm3v7eg/wish/2145689584</guid>
      </item>
   </channel>
</rss>
