Help: cleanupcomment.m
- From: "Hristu Dimitris" <hristu@xxxxxxxxx>
- Date: Mon, 31 Mar 2008 15:26:02 +0000 (UTC)
I am trying to "decipher" some old code and have encountered
the following MATLAB function, which I cannot figure out:
cleanupcomment()
Does anyone know what this function does and what is the
proper way to call it (argument types, output, etc)?
-------------------------------------------------------
More details:
It is apparently called with a string argument in the code,
and my guess is it is used to strip comments from a line of
code that is being parsed, or something similar.
I know for a fact that the code used to run in older MATLAB
versions (I think 4.2), but causes an error in v7.4, which I
can't seem to be able to fix.
The error is:
??? Error: File: cleanupcomment.m Line: 1 Column: 25
The input character is not valid in MATLAB statements or
expressions.
I have verified that the directory which contains the
function
(C:\ProgramFiles\MATLAB\R2007a\toolbox\compiler\mcr\matlab\verctrl)
is in my PATH, and that the file itself, cleanupcomment.m,
is there, although it does not contain ASCII, so it's
unreadable.
-----------------------------------------------------------
Any help will be greatly appreciated.
Dimitris
.
- Follow-Ups:
- Re: Help: cleanupcomment.m
- From: Roger Stafford
- Re: Help: cleanupcomment.m
- Prev by Date: Re: MATLAB to C coversion
- Next by Date: One-dimensional array for activeX
- Previous by thread: Matlab desktop menus and checkmarks
- Next by thread: Re: Help: cleanupcomment.m
- Index(es):
Relevant Pages
|