<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[PsyBuilder - 心科测试 - All Forums]]></title>
		<link>https://www.psybuilder.com/</link>
		<description><![CDATA[PsyBuilder - 心科测试 - https://www.psybuilder.com]]></description>
		<pubDate>Sat, 18 Apr 2026 00:33:51 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[在EEG实验打mark遇到的报错问题]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=44</link>
			<pubDate>Mon, 12 May 2025 14:45:13 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=834">sieg</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=44</guid>
			<description><![CDATA[您好，我按照教程的内容给我的实验刺激打上stimulus trigger，Pulse dur 我填的也是10ms，但是么会报出以下错误，请问可能是什么原因呢<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=20" target="_blank" title="">aa84a4be5c8ba83ae35ccbff2187f60.png</a> (Size: 5.29 KB / Downloads: 8)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[您好，我按照教程的内容给我的实验刺激打上stimulus trigger，Pulse dur 我填的也是10ms，但是么会报出以下错误，请问可能是什么原因呢<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=20" target="_blank" title="">aa84a4be5c8ba83ae35ccbff2187f60.png</a> (Size: 5.29 KB / Downloads: 8)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[if条件的报错]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=37</link>
			<pubDate>Tue, 25 Feb 2025 19:42:14 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=834">sieg</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=37</guid>
			<description><![CDATA[<div style="text-align: justify;" class="mycode_align">您好，我一直想用builder实现一个if条件，就是如果被试信息填male显示一种图片，被试信息填female显示另一种图片。但是每次用matlab进行实验读写到这块if就会出现如下图报错。我只能手动搜索if条件并替换成if strcmp的时候似乎就能运行。以下是我用ai搜到的代码。</div>
<div style="text-align: justify;" class="mycode_align"> </div>
<div style="text-align: justify;" class="mycode_align">if strcmp(subInfo.gender, 'male')</div>
<div style="text-align: justify;" class="mycode_align">    % 显示男性图片</div>
<div style="text-align: justify;" class="mycode_align">    imshow(maleImage);</div>
<div style="text-align: justify;" class="mycode_align">else</div>
<div style="text-align: justify;" class="mycode_align">    % 显示女性图片</div>
<div style="text-align: justify;" class="mycode_align">    imshow(femaleImage);</div>
end<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=16" target="_blank" title="">1b1fab637cfd22f9bcc07f04656cb59.png</a> (Size: 4.77 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=17" target="_blank" title="">8117b6b9d09ef31bce541382b9c7be7.png</a> (Size: 24.6 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;" class="mycode_align">您好，我一直想用builder实现一个if条件，就是如果被试信息填male显示一种图片，被试信息填female显示另一种图片。但是每次用matlab进行实验读写到这块if就会出现如下图报错。我只能手动搜索if条件并替换成if strcmp的时候似乎就能运行。以下是我用ai搜到的代码。</div>
<div style="text-align: justify;" class="mycode_align"> </div>
<div style="text-align: justify;" class="mycode_align">if strcmp(subInfo.gender, 'male')</div>
<div style="text-align: justify;" class="mycode_align">    % 显示男性图片</div>
<div style="text-align: justify;" class="mycode_align">    imshow(maleImage);</div>
<div style="text-align: justify;" class="mycode_align">else</div>
<div style="text-align: justify;" class="mycode_align">    % 显示女性图片</div>
<div style="text-align: justify;" class="mycode_align">    imshow(femaleImage);</div>
end<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=16" target="_blank" title="">1b1fab637cfd22f9bcc07f04656cb59.png</a> (Size: 4.77 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=17" target="_blank" title="">8117b6b9d09ef31bce541382b9c7be7.png</a> (Size: 24.6 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[关于拉丁方和ABBA设置的报错问题]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=36</link>
			<pubDate>Sat, 18 Jan 2025 13:30:22 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=834">sieg</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=36</guid>
			<description><![CDATA[<hr class="mycode_hr" />
<hr class="mycode_hr" />
您好，我发现很多时候在设置Block Loop中，拉丁方会报错。比如：我在BlockLoop里面设置了四种timeline任务条件，我想实现被试间的四个任务顺序的平衡。但是如果我在divisor number这里填写4，就会出现如下报错，错误使用 vertcat，要串联的数组的维度不一致。如果我填24的话，又会出现语句没有匹配的 END的错误。如果是两个任务实现被试间ABBA也会出现类似的情况。<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=15" target="_blank" title="">1737177575697.png</a> (Size: 13.84 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14" target="_blank" title="">1737180775330.png</a> (Size: 38.69 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<hr class="mycode_hr" />
<hr class="mycode_hr" />
您好，我发现很多时候在设置Block Loop中，拉丁方会报错。比如：我在BlockLoop里面设置了四种timeline任务条件，我想实现被试间的四个任务顺序的平衡。但是如果我在divisor number这里填写4，就会出现如下报错，错误使用 vertcat，要串联的数组的维度不一致。如果我填24的话，又会出现语句没有匹配的 END的错误。如果是两个任务实现被试间ABBA也会出现类似的情况。<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=15" target="_blank" title="">1737177575697.png</a> (Size: 13.84 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14" target="_blank" title="">1737180775330.png</a> (Size: 38.69 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[多次打开psybuilder后会出现卡死的状况]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=35</link>
			<pubDate>Wed, 15 Jan 2025 12:48:41 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=834">sieg</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=35</guid>
			<description><![CDATA[我用了一周的psybuilder后，突然出现打不开软件的情况，并且一打开就卡死，完全没法操作了，卸载重装也是一样，请问这是什么情况<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=11" target="_blank" title="">1736916423142.png</a> (Size: 134.67 KB / Downloads: 5)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[我用了一周的psybuilder后，突然出现打不开软件的情况，并且一打开就卡死，完全没法操作了，卸载重装也是一样，请问这是什么情况<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=11" target="_blank" title="">1736916423142.png</a> (Size: 134.67 KB / Downloads: 5)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[包含十余个经典实验范式案例的中文教程]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=34</link>
			<pubDate>Sat, 12 Oct 2024 18:25:55 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=34</guid>
			<description><![CDATA[包含十余个经典实验范式案例的中文教程<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=9" target="_blank" title="">PsybuilderTutorial20241016_CH_v2.pdf</a> (Size: 15.11 MB / Downloads: 60)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[包含十余个经典实验范式案例的中文教程<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=9" target="_blank" title="">PsybuilderTutorial20241016_CH_v2.pdf</a> (Size: 15.11 MB / Downloads: 60)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New Step by Step tutorial for Psybuilder with ten examples]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=33</link>
			<pubDate>Sat, 12 Oct 2024 18:13:23 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=33</guid>
			<description><![CDATA[New Step by Step tutorial for Psybuilder with ten examples<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=10" target="_blank" title="">PsybuilderTutorial20241016_EN_v2.pdf</a> (Size: 14.99 MB / Downloads: 56)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[New Step by Step tutorial for Psybuilder with ten examples<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=10" target="_blank" title="">PsybuilderTutorial20241016_EN_v2.pdf</a> (Size: 14.99 MB / Downloads: 56)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[无法正常使用视频插件]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=31</link>
			<pubDate>Sat, 13 Aug 2022 14:10:39 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=521">zzz</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=31</guid>
			<description><![CDATA[无法正常使用视频插件，显示如下报错：<br />
<hr class="mycode_hr" />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>未定义函数或变量 'Video_4Ptr'。<br />
<br />
出错 foodvideo (line 143)<br />
Screen('PlayMovie', Video_4Ptr, 1.0);</code></div></div><br />
<hr class="mycode_hr" />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;% Really start to handle movie file in widget Video_4<br />
&nbsp;&nbsp;&nbsp;&nbsp;Video_4_sMTime = 00/1000; <br />
&nbsp;&nbsp;&nbsp;&nbsp;Video_4_eMTime = 9999999/1000; <br />
&nbsp;&nbsp;&nbsp;&nbsp;[Video_4_mPtr,Video_4_mDur, ~,Video_4_ImgW, Video_4_ImgH] = Screen('OpenMovie',winIds(1), fullfile(cFolder,'Joe.mp4') );<br />
&nbsp;&nbsp;&nbsp;&nbsp;Screen('SetMovieTimeIndex', Video_4_mPtr, Video_4_sMTime); % skip the first n seconds<br />
&nbsp;&nbsp;&nbsp;&nbsp;Screen('PlayMovie', Video_4Ptr, 1.0);<br />
&nbsp;&nbsp;&nbsp;&nbsp;Video_4_dRect = makeImDestRect_APL(Video_4_fRect, [Video_4_ImgW, Video_4_ImgH], 0);</code></div></div><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5" target="_blank" title="">1.png</a> (Size: 13.17 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6" target="_blank" title="">2.png</a> (Size: 33.47 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[无法正常使用视频插件，显示如下报错：<br />
<hr class="mycode_hr" />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>未定义函数或变量 'Video_4Ptr'。<br />
<br />
出错 foodvideo (line 143)<br />
Screen('PlayMovie', Video_4Ptr, 1.0);</code></div></div><br />
<hr class="mycode_hr" />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;% Really start to handle movie file in widget Video_4<br />
&nbsp;&nbsp;&nbsp;&nbsp;Video_4_sMTime = 00/1000; <br />
&nbsp;&nbsp;&nbsp;&nbsp;Video_4_eMTime = 9999999/1000; <br />
&nbsp;&nbsp;&nbsp;&nbsp;[Video_4_mPtr,Video_4_mDur, ~,Video_4_ImgW, Video_4_ImgH] = Screen('OpenMovie',winIds(1), fullfile(cFolder,'Joe.mp4') );<br />
&nbsp;&nbsp;&nbsp;&nbsp;Screen('SetMovieTimeIndex', Video_4_mPtr, Video_4_sMTime); % skip the first n seconds<br />
&nbsp;&nbsp;&nbsp;&nbsp;Screen('PlayMovie', Video_4Ptr, 1.0);<br />
&nbsp;&nbsp;&nbsp;&nbsp;Video_4_dRect = makeImDestRect_APL(Video_4_fRect, [Video_4_ImgW, Video_4_ImgH], 0);</code></div></div><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=5" target="_blank" title="">1.png</a> (Size: 13.17 KB / Downloads: 1)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6" target="_blank" title="">2.png</a> (Size: 33.47 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[双屏显示会报错，无法指定在某个显示器上运行实验程序]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=30</link>
			<pubDate>Thu, 14 Jul 2022 11:36:24 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=508">lansettt</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=30</guid>
			<description><![CDATA[output devices， screen_o的device index无论选择1还是2都无法运行。按下面提示，在.m文件中添加Screen('Preference', 'SkipSyncTests', 1) 后，可以运行，但一开始会显示感叹号。<br />
<br />
而且运行后，程序画面显示也不完整。<br />
<br />
<br />
<br />
WARNING: Couldn't compute a reliable estimate of monitor refresh interval! Trouble with VBL syncing?!?<br />
<br />
<br />
----- ! PTB - ERROR: SYNCHRONIZATION FAILURE ! -----<br />
<br />
One or more internal checks (see Warnings above) indicate that synchronization<br />
of Psychtoolbox to the vertical retrace (VBL) is not working on your setup.<br />
<br />
This will seriously impair proper stimulus presentation and stimulus presentation timing!<br />
Please read 'help SyncTrouble' for information about how to solve or work-around the problem.<br />
You can force Psychtoolbox to continue, despite the severe problems, by adding the command<br />
Screen('Preference', 'SkipSyncTests', 1); at the top of your script, if you really know what you are doing.<br />
<br />
<br />
<br />
<br />
WARNING: This session of your experiment was run by you with the setting Screen('Preference', 'SkipSyncTests', 1).<br />
WARNING: This means that some internal self-tests and calibrations were skipped. Your stimulus presentation timing<br />
WARNING: may have been wrong. This is fine for development and debugging of your experiment, but for running the real<br />
WARNING: study, please make sure to set Screen('Preference', 'SkipSyncTests', 0) for maximum accuracy and reliability.]]></description>
			<content:encoded><![CDATA[output devices， screen_o的device index无论选择1还是2都无法运行。按下面提示，在.m文件中添加Screen('Preference', 'SkipSyncTests', 1) 后，可以运行，但一开始会显示感叹号。<br />
<br />
而且运行后，程序画面显示也不完整。<br />
<br />
<br />
<br />
WARNING: Couldn't compute a reliable estimate of monitor refresh interval! Trouble with VBL syncing?!?<br />
<br />
<br />
----- ! PTB - ERROR: SYNCHRONIZATION FAILURE ! -----<br />
<br />
One or more internal checks (see Warnings above) indicate that synchronization<br />
of Psychtoolbox to the vertical retrace (VBL) is not working on your setup.<br />
<br />
This will seriously impair proper stimulus presentation and stimulus presentation timing!<br />
Please read 'help SyncTrouble' for information about how to solve or work-around the problem.<br />
You can force Psychtoolbox to continue, despite the severe problems, by adding the command<br />
Screen('Preference', 'SkipSyncTests', 1); at the top of your script, if you really know what you are doing.<br />
<br />
<br />
<br />
<br />
WARNING: This session of your experiment was run by you with the setting Screen('Preference', 'SkipSyncTests', 1).<br />
WARNING: This means that some internal self-tests and calibrations were skipped. Your stimulus presentation timing<br />
WARNING: may have been wrong. This is fine for development and debugging of your experiment, but for running the real<br />
WARNING: study, please make sure to set Screen('Preference', 'SkipSyncTests', 0) for maximum accuracy and reliability.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Added a new option to define the start time of the duration]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=29</link>
			<pubDate>Wed, 15 Jun 2022 22:20:40 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=29</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=4" target="_blank" title="">startFrom.png</a> (Size: 35.66 KB / Downloads: 55)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=4" target="_blank" title="">startFrom.png</a> (Size: 35.66 KB / Downloads: 55)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[关于psybuilder运行后mat文件中数据结构的简单说明]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=14</link>
			<pubDate>Fri, 22 Apr 2022 23:59:29 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=14</guid>
			<description><![CDATA[关于psybuilder运行后mat文件中数据结构的简单说明，详情参见附图。<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3" target="_blank" title="">微信图片_20220422234924.png</a> (Size: 409.2 KB / Downloads: 95)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[关于psybuilder运行后mat文件中数据结构的简单说明，详情参见附图。<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3" target="_blank" title="">微信图片_20220422234924.png</a> (Size: 409.2 KB / Downloads: 95)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[loop中变量引用是不是不能直接使用E-prime里面list的变量引用方法]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=11</link>
			<pubDate>Sun, 30 Jan 2022 19:11:26 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=450">Jingqing</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=11</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2" target="_blank" title="">微信图片_20220130190720.png</a> (Size: 68.51 KB / Downloads: 25)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.psybuilder.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2" target="_blank" title="">微信图片_20220130190720.png</a> (Size: 68.51 KB / Downloads: 25)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Update history since 16 Jul 2020]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=7</link>
			<pubDate>Sat, 27 Nov 2021 23:16:22 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=7</guid>
			<description><![CDATA[<span style="color: #0e101a;" class="mycode_color">Update history since 16 Jul 2020:</span><br />
<span style="color: #0e101a;" class="mycode_color">20220906</span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed a bug where "Start from" parameter in duration page failed to be saved.</span><br />
<span style="color: #0e101a;" class="mycode_color">20220906</span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed a bug where set the same response device in consecutive event under certain circumstance will cause endless loop.</span><br />
<span style="color: #0e101a;" class="mycode_color">20220627 </span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed a bug where ShuffleCycleOrder_APL failed to run.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20220615 </span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Update</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Added supports to customize the start time of the  Duration  via options in  "Start From" drop-down box.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20220529 </span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed a bug where the saving of veriables for Loops failed as the old version of MATLAB (e.g., 2014a) can not handle the cell values for deal function approciately.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20220511 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Enhanced counterbalance method to support AB and Latin Square method in Shuffle the Loop table.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Force to save the results file in the same directory of the main program/script.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20220422 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       Added a toolbox to batch generate png from a text file (can be found under the new added toolboxes menu).</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20220411 </span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed a bug where the response trigger under the duration tab will cause unselected output devices.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20211229 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       Updated implementation of the QUEST procedure.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20211218 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Added a new option to let users define the encoding format of the output m files (utf8 vs. GBK in default).</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Removed the activation permanently.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20211218 </span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed bugs in QUEST functions.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20211028 </span><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Now, the center x, center y, width, height parameters can be specified via percentage. The GUI will transfer it to pixels automatically.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20211028 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Fixed bugs where the cited reference disappeared when reloading the if/switch widget. Thanks to Chaoji Chen for reporting those bugs.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Fixed bugs that caused the "no response is correct" function failed to work.</span><br />
<span style="color: #0e101a;" class="mycode_color">       3) Fixed bugs where None type in if/switch widget will cause a compiling error.</span><br />
<span style="color: #0e101a;" class="mycode_color">       4) Fixed a bug in opening the parallel ports in MATLAB.</span><br />
<span style="color: #0e101a;" class="mycode_color">       5) Fixed a bug that caused the "Expected one output from a curly brace or dot indexing ...." error when running the script in MATLAB.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210831 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Updated the unallowable event name list and made the error info more clear.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Now will give more specific error info for a different type of violation of event naming rules (e.g., conflict with the built-in functions or variables in MATLAB, PsyBuilder, or Psychtoolbox).</span><br />
<span style="color: #0e101a;" class="mycode_color">       3) Updated the event data variable names to follow our naming rules (e.g., onsettime to onsetTime, cBehData* to eventData*).</span><br />
<span style="color: #0e101a;" class="mycode_color">       4) Updated the help info and comments for the eventData class functions</span><br />
<span style="color: #0e101a;" class="mycode_color">       6) Now, it will only print out more detailed info (for developer debug only) when an unknown fatal error occurs.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210831 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Fixed a bug introduced by the Preferences menu.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210825 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Introduced a new "Preferences" menu to enable us to set the global font and the PTB preferences.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Only static functions will be created separately, which means all separate sub-functions are interchangeable across all projects.</span><br />
<span style="color: #0e101a;" class="mycode_color">       3) From now on, PsyBuilder will create a *_readme.txt file to explain the usage of them functions.</span><br />
<span style="color: #0e101a;" class="mycode_color">       4) Now, all-action icons in the Loop event are presented with brief description text underlining them.</span><br />
<span style="color: #0e101a;" class="mycode_color">       5) Enhanced the tooltip info for allowable keys, e.g., how to set critical names for more than one char "{1!}".</span><br />
<span style="color: #0e101a;" class="mycode_color">       6) Enhanced error compiling info to make it more readable and precise.</span><br />
<span style="color: #0e101a;" class="mycode_color">       7) Enabled MATLAB to check the defined gamma correction text file (e.g., should be a size of 256*3).</span><br />
<span style="color: #0e101a;" class="mycode_color">       8) Enhanced the not-allowable Event name list (Event name is not allowed to be of the MATLAB key built-in names, e.g., break).</span><br />
<span style="color: #0e101a;" class="mycode_color">       9) Enhanced the not-allowable Event name list: Event name is not allowed to end with '_APL' (it's reserved for PsyBuilder built-in functions only).</span><br />
<span style="color: #0e101a;" class="mycode_color">       10) Changed GUI configuration for setting the input/output devices for the Event Duration tab.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210825 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Fixed a bug in parsing the monitor size info.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Fixed a bug and increased compatibility with OCTAVE.</span><br />
<span style="color: #0e101a;" class="mycode_color">       3) Fixed a bug in Mac OS with a case-sensitive file system where PsyBuilder failed to start due to unmatched filenames (thanks, Jeff Mulligan, for finding and reporting this bug)</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210620 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Pre-transfer all images to the mat format to speed up the reading image routine (around 10x faster).</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Fixed a bug in the previous version of PsyBuilder (released at 20210619) where loop data failed to get the .raw field in the loop structure.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210619 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Added support for using the UBW32 device (Port A) to simulate a parallel port to send triggers.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Pre-generated loop tables to save running time.</span><br />
<span style="color: #0e101a;" class="mycode_color">       3) Added two demos under the help menu: a cueing task and an RSVP task (Prof. Wen-Feng Chen from Renmin University, China, <a href="http://kehinger.com/PTBexamples.html" target="_blank" rel="noopener" class="mycode_url"><span style="color: #4a6ee0;" class="mycode_color">borrowing image materials</span></a> from Dr. Krista Ehinger ).</span><br />
<span style="color: #0e101a;" class="mycode_color">       4) Starts to use parPulse.mex to send parallel triggers under Windows OS (see detailed information about parPulse <a href="https://display-corner.epfl.ch/index.php/ParPulse" target="_blank" rel="noopener" class="mycode_url"><span style="color: #4a6ee0;" class="mycode_color">here</span></a>).</span><br />
<span style="color: #0e101a;" class="mycode_color">       5) Added support for Octave (try...).</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210610 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Small update:</span></span><span style="color: #0e101a;" class="mycode_color"> Print out more detailed error information to help us to trace back possible bugs.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210610 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Increased the tolerance level in loading the Psy file.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210608 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug introduced by NumPy 1.19.4 that resulted in a fatal error dialog "Failed to execute script PsyBuilder" when ran PsyBuilder in Windows (see details </span><a href="https://tinyurl.com/y3dm3h86" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0e101a;" class="mycode_color"><span style="color: #4a6ee0;" class="mycode_color">here</span></span></a><span style="color: #0e101a;" class="mycode_color">).</span><br />
<span style="color: #0e101a;" class="mycode_color">20210606 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed several bugs (reported by Prof. Wen-Feng Chen from the Renmin University of China) in loading the images.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210517 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug where the file path for image, audio, and video was printed out wrong when it was a citation.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210514 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Now, for Sound, Image, Video, and Text Event, the background color is linked to the defined Screen color.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210513 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Added a new function</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> PsyBuilder uses relative file path in the GUI to increase compatibility across different platforms (Linux version will be uploaded soon).</span><br />
<span style="color: #0e101a;" class="mycode_color">20210513 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #b20080;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug: where codes used to close textures at loop level 0 was ignored.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210501 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> now, PsyBuilder supports specifying a customized CLUTs file (either a text or mat file) for screens (Linux version will be uploaded soon).</span><br />
<span style="color: #0e101a;" class="mycode_color">20210422 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Start using a new method to fill empty values in the loop variables.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210402 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug: where the arc items in the scene were shown differently in the GUI and in PTB. While arcs are drawn counter-clockwise from horizontal in GUI, in PTB, arcs are drawn clockwise from vertical.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210401 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug (reported by Qi Ma): where the effect of the transparent parameter in the makeGabor_bcl subfunction is incorrect.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210324 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug where loading a file via File-Open file in the GUI failed to compile.</span><br />
<span style="color: #0e101a;" class="mycode_color">20201218 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Small update</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Introduced class of handle to avoid using eval function to reference a variable.</span><br />
<span style="color: #0e101a;" class="mycode_color">20201129 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug where the maximum number of rows of result variables was incorrect.</span><br />
<span style="color: #0e101a;" class="mycode_color">20201129 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug where the values of *.acc variables were incorrect.</span><br />
<span style="color: #0e101a;" class="mycode_color">20201113 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug (reported by Dr. XueZhen Xiao from CUHK Sheng Zhen) where the text widget was compiled in the wrong format if the text contained the special character.</span><br />
<span style="color: #0e101a;" class="mycode_color">20201004 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug: an event's response code will be missed, if it is just followed by a cycle event.</span><br />
<span style="color: #0e101a;" class="mycode_color">20200716 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug in parsing the text for Text and Scene Events.</span><br />
<span style="color: #0e101a;" class="mycode_color">20200717 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Now, the text effect will change in real-time in the General tab of Text Event.</span><br />
<span style="color: #0e101a;" class="mycode_color">20200801 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Added draft tutorials in simplified Chinese and English language.</span>]]></description>
			<content:encoded><![CDATA[<span style="color: #0e101a;" class="mycode_color">Update history since 16 Jul 2020:</span><br />
<span style="color: #0e101a;" class="mycode_color">20220906</span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed a bug where "Start from" parameter in duration page failed to be saved.</span><br />
<span style="color: #0e101a;" class="mycode_color">20220906</span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed a bug where set the same response device in consecutive event under certain circumstance will cause endless loop.</span><br />
<span style="color: #0e101a;" class="mycode_color">20220627 </span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed a bug where ShuffleCycleOrder_APL failed to run.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20220615 </span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Update</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Added supports to customize the start time of the  Duration  via options in  "Start From" drop-down box.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20220529 </span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed a bug where the saving of veriables for Loops failed as the old version of MATLAB (e.g., 2014a) can not handle the cell values for deal function approciately.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20220511 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Enhanced counterbalance method to support AB and Latin Square method in Shuffle the Loop table.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Force to save the results file in the same directory of the main program/script.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20220422 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       Added a toolbox to batch generate png from a text file (can be found under the new added toolboxes menu).</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20220411 </span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed a bug where the response trigger under the duration tab will cause unselected output devices.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20211229 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       Updated implementation of the QUEST procedure.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20211218 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Added a new option to let users define the encoding format of the output m files (utf8 vs. GBK in default).</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Removed the activation permanently.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20211218 </span><span style="color: #00369b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span></span></span><span style="color: #0e101a;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">: </span>Fixed bugs in QUEST functions.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20211028 </span><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Now, the center x, center y, width, height parameters can be specified via percentage. The GUI will transfer it to pixels automatically.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20211028 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Fixed bugs where the cited reference disappeared when reloading the if/switch widget. Thanks to Chaoji Chen for reporting those bugs.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Fixed bugs that caused the "no response is correct" function failed to work.</span><br />
<span style="color: #0e101a;" class="mycode_color">       3) Fixed bugs where None type in if/switch widget will cause a compiling error.</span><br />
<span style="color: #0e101a;" class="mycode_color">       4) Fixed a bug in opening the parallel ports in MATLAB.</span><br />
<span style="color: #0e101a;" class="mycode_color">       5) Fixed a bug that caused the "Expected one output from a curly brace or dot indexing ...." error when running the script in MATLAB.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210831 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Updated the unallowable event name list and made the error info more clear.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Now will give more specific error info for a different type of violation of event naming rules (e.g., conflict with the built-in functions or variables in MATLAB, PsyBuilder, or Psychtoolbox).</span><br />
<span style="color: #0e101a;" class="mycode_color">       3) Updated the event data variable names to follow our naming rules (e.g., onsettime to onsetTime, cBehData* to eventData*).</span><br />
<span style="color: #0e101a;" class="mycode_color">       4) Updated the help info and comments for the eventData class functions</span><br />
<span style="color: #0e101a;" class="mycode_color">       6) Now, it will only print out more detailed info (for developer debug only) when an unknown fatal error occurs.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210831 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Fixed a bug introduced by the Preferences menu.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210825 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Introduced a new "Preferences" menu to enable us to set the global font and the PTB preferences.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Only static functions will be created separately, which means all separate sub-functions are interchangeable across all projects.</span><br />
<span style="color: #0e101a;" class="mycode_color">       3) From now on, PsyBuilder will create a *_readme.txt file to explain the usage of them functions.</span><br />
<span style="color: #0e101a;" class="mycode_color">       4) Now, all-action icons in the Loop event are presented with brief description text underlining them.</span><br />
<span style="color: #0e101a;" class="mycode_color">       5) Enhanced the tooltip info for allowable keys, e.g., how to set critical names for more than one char "{1!}".</span><br />
<span style="color: #0e101a;" class="mycode_color">       6) Enhanced error compiling info to make it more readable and precise.</span><br />
<span style="color: #0e101a;" class="mycode_color">       7) Enabled MATLAB to check the defined gamma correction text file (e.g., should be a size of 256*3).</span><br />
<span style="color: #0e101a;" class="mycode_color">       8) Enhanced the not-allowable Event name list (Event name is not allowed to be of the MATLAB key built-in names, e.g., break).</span><br />
<span style="color: #0e101a;" class="mycode_color">       9) Enhanced the not-allowable Event name list: Event name is not allowed to end with '_APL' (it's reserved for PsyBuilder built-in functions only).</span><br />
<span style="color: #0e101a;" class="mycode_color">       10) Changed GUI configuration for setting the input/output devices for the Event Duration tab.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210825 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Fixed a bug in parsing the monitor size info.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Fixed a bug and increased compatibility with OCTAVE.</span><br />
<span style="color: #0e101a;" class="mycode_color">       3) Fixed a bug in Mac OS with a case-sensitive file system where PsyBuilder failed to start due to unmatched filenames (thanks, Jeff Mulligan, for finding and reporting this bug)</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210620 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Pre-transfer all images to the mat format to speed up the reading image routine (around 10x faster).</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Fixed a bug in the previous version of PsyBuilder (released at 20210619) where loop data failed to get the .raw field in the loop structure.</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210619 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><br />
<span style="color: #0e101a;" class="mycode_color">       1) Added support for using the UBW32 device (Port A) to simulate a parallel port to send triggers.</span><br />
<span style="color: #0e101a;" class="mycode_color">       2) Pre-generated loop tables to save running time.</span><br />
<span style="color: #0e101a;" class="mycode_color">       3) Added two demos under the help menu: a cueing task and an RSVP task (Prof. Wen-Feng Chen from Renmin University, China, <a href="http://kehinger.com/PTBexamples.html" target="_blank" rel="noopener" class="mycode_url"><span style="color: #4a6ee0;" class="mycode_color">borrowing image materials</span></a> from Dr. Krista Ehinger ).</span><br />
<span style="color: #0e101a;" class="mycode_color">       4) Starts to use parPulse.mex to send parallel triggers under Windows OS (see detailed information about parPulse <a href="https://display-corner.epfl.ch/index.php/ParPulse" target="_blank" rel="noopener" class="mycode_url"><span style="color: #4a6ee0;" class="mycode_color">here</span></a>).</span><br />
<span style="color: #0e101a;" class="mycode_color">       5) Added support for Octave (try...).</span><br />
<br />
<span style="color: #0e101a;" class="mycode_color">20210610 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Small update:</span></span><span style="color: #0e101a;" class="mycode_color"> Print out more detailed error information to help us to trace back possible bugs.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210610 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Increased the tolerance level in loading the Psy file.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210608 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug introduced by NumPy 1.19.4 that resulted in a fatal error dialog "Failed to execute script PsyBuilder" when ran PsyBuilder in Windows (see details </span><a href="https://tinyurl.com/y3dm3h86" target="_blank" rel="noopener" class="mycode_url"><span style="color: #0e101a;" class="mycode_color"><span style="color: #4a6ee0;" class="mycode_color">here</span></span></a><span style="color: #0e101a;" class="mycode_color">).</span><br />
<span style="color: #0e101a;" class="mycode_color">20210606 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed several bugs (reported by Prof. Wen-Feng Chen from the Renmin University of China) in loading the images.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210517 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug where the file path for image, audio, and video was printed out wrong when it was a citation.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210514 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Now, for Sound, Image, Video, and Text Event, the background color is linked to the defined Screen color.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210513 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Added a new function</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> PsyBuilder uses relative file path in the GUI to increase compatibility across different platforms (Linux version will be uploaded soon).</span><br />
<span style="color: #0e101a;" class="mycode_color">20210513 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #b20080;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug: where codes used to close textures at loop level 0 was ignored.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210501 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> now, PsyBuilder supports specifying a customized CLUTs file (either a text or mat file) for screens (Linux version will be uploaded soon).</span><br />
<span style="color: #0e101a;" class="mycode_color">20210422 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Start using a new method to fill empty values in the loop variables.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210402 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug: where the arc items in the scene were shown differently in the GUI and in PTB. While arcs are drawn counter-clockwise from horizontal in GUI, in PTB, arcs are drawn clockwise from vertical.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210401 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug (reported by Qi Ma): where the effect of the transparent parameter in the makeGabor_bcl subfunction is incorrect.</span><br />
<span style="color: #0e101a;" class="mycode_color">20210324 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug where loading a file via File-Open file in the GUI failed to compile.</span><br />
<span style="color: #0e101a;" class="mycode_color">20201218 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Small update</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Introduced class of handle to avoid using eval function to reference a variable.</span><br />
<span style="color: #0e101a;" class="mycode_color">20201129 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug where the maximum number of rows of result variables was incorrect.</span><br />
<span style="color: #0e101a;" class="mycode_color">20201129 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug where the values of *.acc variables were incorrect.</span><br />
<span style="color: #0e101a;" class="mycode_color">20201113 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug (reported by Dr. XueZhen Xiao from CUHK Sheng Zhen) where the text widget was compiled in the wrong format if the text contained the special character.</span><br />
<span style="color: #0e101a;" class="mycode_color">20201004 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug: an event's response code will be missed, if it is just followed by a cycle event.</span><br />
<span style="color: #0e101a;" class="mycode_color">20200716 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Bug fixing</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Fixed a bug in parsing the text for Text and Scene Events.</span><br />
<span style="color: #0e101a;" class="mycode_color">20200717 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Now, the text effect will change in real-time in the General tab of Text Event.</span><br />
<span style="color: #0e101a;" class="mycode_color">20200801 </span><span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color">Updates</span><span style="color: #0e101a;" class="mycode_color">:</span></span><span style="color: #0e101a;" class="mycode_color"> Added draft tutorials in simplified Chinese and English language.</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Latest release]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=5</link>
			<pubDate>Sat, 27 Nov 2021 00:58:28 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=5</guid>
			<description><![CDATA[<span style="color: #FF4136;" class="mycode_color">Your can use the following command in terminal to install PsyBuilder: sodu dpkg -i PsyBuilderxxx.deb </span><br />
<br />
Psybuilder依赖于cell2table函数，而该函数是MATLAB 2013b 以后才被引入MATLAB，所以我们仅支持这之后的MATLAB版本。<br />
Supports MATLAB later than 2013b as we relied on the cell2table function that was introduced in 2013b.<br />
<br />
<span style="font-style: italic;" class="mycode_i">The deb for Linux has only been tested on Yang's old MacBook Pro (A1398, around the middle of 2013) equipped with Ubuntu 20.04.</span><br />
<!--download--><br />
<div class="LINUX" id="download-box">
</div>]]></description>
			<content:encoded><![CDATA[<span style="color: #FF4136;" class="mycode_color">Your can use the following command in terminal to install PsyBuilder: sodu dpkg -i PsyBuilderxxx.deb </span><br />
<br />
Psybuilder依赖于cell2table函数，而该函数是MATLAB 2013b 以后才被引入MATLAB，所以我们仅支持这之后的MATLAB版本。<br />
Supports MATLAB later than 2013b as we relied on the cell2table function that was introduced in 2013b.<br />
<br />
<span style="font-style: italic;" class="mycode_i">The deb for Linux has only been tested on Yang's old MacBook Pro (A1398, around the middle of 2013) equipped with Ubuntu 20.04.</span><br />
<!--download--><br />
<div class="LINUX" id="download-box">
</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Latest release]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=4</link>
			<pubDate>Sat, 27 Nov 2021 00:55:14 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=4</guid>
			<description><![CDATA[<span style="color: #ff4136;" class="mycode_color">                                                                             Attention!  </span><br />
<br />
<span style="color: #ff4136;" class="mycode_color">  1) If you encounter an error while trying to unzip the file, consider using third-party zip software instead of the default Windows "Extract" function. For instance, you can try the free 7-Zip tool (<a href="https://www.7-zip.org" target="_blank" rel="noopener" class="mycode_url">https://www.7-zip.org</a>).</span><br />
Windows 10系统下如果遇到解压缩错误，请使用第三方压缩软件比如免费的 7-Zip (<a href="https://www.7-zip.org" target="_blank" rel="noopener" class="mycode_url">https://www.7-zip.org</a>)进行解压缩。<br />
<br />
Psybuilder依赖于cell2table函数，而该函数是MATLAB 2013b 以后才被引入MATLAB，所以我们仅支持这之后的MATLAB版本。<br />
2) PsyBuilder only supports MATLAB later than 2013b as we relied on the cell2table function that was introduced in 2013b.<br />
<br />
<span style="color: #ff4136;" class="mycode_color">  3) Before installing the new version, please uninstall the previous version of PsyBuilder to prevent potential conflicts.</span><br />
<span style="font-style: italic;" class="mycode_i">注意!在WIndows下请先卸载之前的旧版本，再安装新版本，否则有可能存在兼容性冲突导致无法使用Psybuilder.</span><br />
<br />
<!--download--><br />
<div class="WIN" id="download-box">
</div>]]></description>
			<content:encoded><![CDATA[<span style="color: #ff4136;" class="mycode_color">                                                                             Attention!  </span><br />
<br />
<span style="color: #ff4136;" class="mycode_color">  1) If you encounter an error while trying to unzip the file, consider using third-party zip software instead of the default Windows "Extract" function. For instance, you can try the free 7-Zip tool (<a href="https://www.7-zip.org" target="_blank" rel="noopener" class="mycode_url">https://www.7-zip.org</a>).</span><br />
Windows 10系统下如果遇到解压缩错误，请使用第三方压缩软件比如免费的 7-Zip (<a href="https://www.7-zip.org" target="_blank" rel="noopener" class="mycode_url">https://www.7-zip.org</a>)进行解压缩。<br />
<br />
Psybuilder依赖于cell2table函数，而该函数是MATLAB 2013b 以后才被引入MATLAB，所以我们仅支持这之后的MATLAB版本。<br />
2) PsyBuilder only supports MATLAB later than 2013b as we relied on the cell2table function that was introduced in 2013b.<br />
<br />
<span style="color: #ff4136;" class="mycode_color">  3) Before installing the new version, please uninstall the previous version of PsyBuilder to prevent potential conflicts.</span><br />
<span style="font-style: italic;" class="mycode_i">注意!在WIndows下请先卸载之前的旧版本，再安装新版本，否则有可能存在兼容性冲突导致无法使用Psybuilder.</span><br />
<br />
<!--download--><br />
<div class="WIN" id="download-box">
</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Latest release]]></title>
			<link>https://www.psybuilder.com/showthread.php?tid=2</link>
			<pubDate>Fri, 26 Nov 2021 15:01:43 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.psybuilder.com/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.psybuilder.com/showthread.php?tid=2</guid>
			<description><![CDATA[<span style="color: #ff4136;" class="mycode_color">                                            Attention!!</span><br />
Psybuilder依赖于cell2table函数，而该函数是MATLAB 2013b 以后才被引入MATLAB，所以我们仅支持这之后的MATLAB版本。<br />
1) Supports MATLAB later than 2013b as we relied on the cell2table function that was introduced in 2013b.<br />
<br />
2) After installation, you may need to run the following command in the terminal before running the app: <br />
<br />
<span style="font-weight: bold;" class="mycode_b">sudo xattr -d com.apple.quarantine /Applications/PsyBuilder.app</span><br />
<br />
<!--File download--><br />
<div id="download-box" class="MAC">
</div>]]></description>
			<content:encoded><![CDATA[<span style="color: #ff4136;" class="mycode_color">                                            Attention!!</span><br />
Psybuilder依赖于cell2table函数，而该函数是MATLAB 2013b 以后才被引入MATLAB，所以我们仅支持这之后的MATLAB版本。<br />
1) Supports MATLAB later than 2013b as we relied on the cell2table function that was introduced in 2013b.<br />
<br />
2) After installation, you may need to run the following command in the terminal before running the app: <br />
<br />
<span style="font-weight: bold;" class="mycode_b">sudo xattr -d com.apple.quarantine /Applications/PsyBuilder.app</span><br />
<br />
<!--File download--><br />
<div id="download-box" class="MAC">
</div>]]></content:encoded>
		</item>
	</channel>
</rss>