Docs @ Psychtoolbox Wiki : ConcatenationBug

Search PTB Function help:
homepsychtoolbox.orgpage updateslogin

ConcatenationBug

PsychtoolboxPsychMatlabTests

Mathworks Case ID: 84454, reported 7/17/98

Square and curly braces sometimes can't embrace multiple lines.

This works:


{'a'
'b'}

So does this:


x={'a'
'b'}

And this:


x=char({'a'
'b'})

But this fails:


char({'a'
'b'})
??? 'b'}
|
Missing operator, comma, or semi-colon.


Shouldn't the braces work consistently?

Case ID: 84454

Denis,

I am writing in response to your email of July 20, 1998, regarding the
error you receive when pass CHAR an expression enclosed in curly braces.

This has been verified here at The MathWorks, and it has been forwarded to
our development staff to be addressed in a future release.

...

Sincerely,

Vincent Hodges
Technical Support Engineer
vhodges@mathworks.com




Path   Retrieve current version of ConcatenationBug.m from berliOS: beta | view WebSVN changelog of trunk branch
Psychtoolbox/PsychMatlabTests/ConcatenationBug.m


Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0186 seconds