Print

Print


That would explain the problem. The FitToText property was introduced
in the last couple of year.
Upgrade if you can.

Darren

On Thu, Nov 5, 2009 at 9:54 AM, Fred Sanders <[log in to unmask]> wrote:
> Thanks, Darren!
> I'm using Matlab 7.1
> Fred
>
>
>
> On Thu, Nov 5, 2009 at 12:31 AM, Darren Gitelman <[log in to unmask]>
> wrote:
>>
>> Fred
>>
>> What version of Matlab are you using?
>>
>> This line makes the annotation in the upper left of the PPI figure look
>> nice.
>>
>> You could try changing it to
>>
>> set(h,'String',str,'EdgeColor','none');
>>
>> Darren
>>
>>
>> On Wed, Nov 4, 2009 at 8:20 PM, Fred Sanders <[log in to unmask]> wrote:
>> > Hi All,
>> > I'm trying to run a PPI analysis and I keep getting an error.
>> > After extracting the ROI and creating the PPI structure for the PPI.mat
>> > file, I get the following error:
>> > ??? There is no 'FitBoxToText' property in the 'textbox' class.
>> > Error in ==> spm_peb_ppi at 522
>> >             set(h,'String',str,'FitBoxToText','on','EdgeColor','none');
>> >
>> >
>> > What does this error mean????
>> >
>> > Thanks!
>> >
>> > Fred
>
>