<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Q&amp;A | Computing for Brain and Cognitive Scientists 2024 by </title>
      <link>https://padlet.com/anjalibhat/5PASNCBS_QnA</link>
      <description>This is for you to ask questions to your teaching team and discuss with each other. (Note that, unlike the 5PASNCBS Feedback Forum, posts here are not anonymous). </description>
      <language>en-us</language>
      <pubDate>2024-01-31 11:27:05 UTC</pubDate>
      <lastBuildDate>2024-04-03 12:14:16 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/2753.png</url>
      </image>
      <item>
         <title>lecture capture</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2874951325</link>
         <description><![CDATA[<p>can we have the lecture capture for the calculus session?  definitely need to watch that again.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-02-06 11:39:05 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2874951325</guid>
      </item>
      <item>
         <title>Assessment</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2875374608</link>
         <description><![CDATA[<p>How will you make sure it’s fair between tues and Friday groups as Friday group might have a pretty good idea of what is included?</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-02-06 16:43:32 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2875374608</guid>
      </item>
      <item>
         <title>Assessment</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2880906274</link>
         <description><![CDATA[<p>Is it allowed to use our own computer (MAC system) rather than the windows system of the computers on campus? Caz we get used to the MAC system and thye have different commends in these two systems.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-02-12 12:39:59 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2880906274</guid>
      </item>
      <item>
         <title>For loop - Week 4 - image manipulation </title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2883513713</link>
         <description><![CDATA[<p>I don't really understand this line in the for loop </p><p>like [120,120,80] - is this to identify the current colour of the garlic?  </p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2293543982/9280f0bcf1d53a03293e62cca3b5965d/Screenshot_2024_02_14_at_14_16_00.png" />
         <pubDate>2024-02-14 14:18:01 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2883513713</guid>
      </item>
      <item>
         <title>week 4 final coding Q</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2883614993</link>
         <description><![CDATA[<p>I think the solutions for this are only for part b (with the for loop) - would it be possible to also upload solutions for part a (or correct me if I'm wrong and they're both there)?</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-02-14 15:34:11 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2883614993</guid>
      </item>
      <item>
         <title>Week 10 Assessment </title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2912906393</link>
         <description><![CDATA[<p>Hi, </p><p>I just wanted to ask when you will be introducing the next summative assessment for this module? Is the assessment due on the 25th of March? or will you introduce the assessment on March 25th and then we have a week to submit it after?</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 19:58:21 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2912906393</guid>
      </item>
      <item>
         <title>Reading</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2912973466</link>
         <description><![CDATA[<p>Hi! Trying to understand loops better, but I cant access the reading (MATLAB for Brain and Cognitive Scientists Mike X Cohen, <em>Radboud University</em><strong>The MIT Press</strong>,&nbsp;2017<br>ISBN:&nbsp;978-0-262-03582-8). It just open a MathWorks page with a link to Amazon to buy it. Is there any way we could get access to it?</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-10 22:23:18 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2912973466</guid>
      </item>
      <item>
         <title>Coding exam results </title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2915377184</link>
         <description><![CDATA[<p>when will we receive our results?</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-12 10:11:38 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2915377184</guid>
      </item>
      <item>
         <title>Creating functions</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2932733741</link>
         <description><![CDATA[<p>Hi, I'm struggling to understand how to make your own functions. </p><p>When I open a new function script and type in this:</p><p>function y = my_first_function(x) </p><p>y = 6*x.^2 + 7*x;</p><p>return</p><p><br/></p><p>i keep getting the error message that there are not enough input arguments and 'function definition are not supported in this context' </p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-25 15:54:26 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2932733741</guid>
      </item>
      <item>
         <title>Version number of Matlab for our summative course work due next week (02/04/24). I am using 2024a version and when using function, the code for it does not need to be defined at the bottom unlike 2023b. So does the version number that we use for Matlab matter? Thanks</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2935777098</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-03-27 19:24:36 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2935777098</guid>
      </item>
      <item>
         <title>coursework questions </title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2938043692</link>
         <description><![CDATA[<p>Hi Anjali,</p><p>The questions, 3d and 3e, are regarding analysis of the EEG data to plot the most interesting result and do a statistical test of analysis on the data. We do not have the data and we do not know if the data has had epochs removed and so forth. So how do you want us to complete these questions. Also, where is the submission box for this assignment? It would be helful if you could get in touch quiet quickly as this is due very soon.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-30 19:20:28 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2938043692</guid>
      </item>
      <item>
         <title>Summative Submission</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2938482259</link>
         <description><![CDATA[<p>Hi Anjali,</p><p>I successfully uploaded my summative assessment as m.file but the following statement came up:</p><p>"You must upload a supported file type for this assignment. Accepted file types are; .doc, .docx, .ppt, .pptx, .pps, .ppsx, .pdf, .txt, .htm .html, .hwp, .odt, .wpd, .ps and .rtf".</p><p>Do I need to replace the file type? Or can I keep the existing state?</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-01 00:19:49 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2938482259</guid>
      </item>
      <item>
         <title>can we use python for the summative except where the questions specifically asks to use matlabs </title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2939053985</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-04-01 11:18:32 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2939053985</guid>
      </item>
      <item>
         <title>preprocessing</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2939205305</link>
         <description><![CDATA[<p>hi - do we have to preprocess the EEg data ourselves because the question is not clear at all - it doesn't specify that we have to so i assume we don't? </p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-01 14:37:29 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2939205305</guid>
      </item>
      <item>
         <title>trial and error </title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2939256304</link>
         <description><![CDATA[<p>hi do we include our attempts at code that don't work - like our 'trial and error'</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-01 15:32:05 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2939256304</guid>
      </item>
      <item>
         <title>are we able to see a break down of the marks per each part of the questions for the summative. It would be helpful to gauge how detailed are anwsers for each question should be. Thank you</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2939347363</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-04-01 17:27:21 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2939347363</guid>
      </item>
      <item>
         <title>for question 1A do you want the results for both phenotypes on the same graph or on seperate graphs ?</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2940145293</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-04-02 08:03:09 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2940145293</guid>
      </item>
      <item>
         <title>how are we suppose to set our path for our simulated data in order to be able to run when it is opened on your side?</title>
         <author></author>
         <link>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2940265168</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2024-04-02 10:35:18 UTC</pubDate>
         <guid>https://padlet.com/anjalibhat/5PASNCBS_QnA/wish/2940265168</guid>
      </item>
   </channel>
</rss>
