How can I use MATLAB classes with source control software that will not accept the @ character in a file name?

4 views (last 30 days)
I am trying to put a MATLAB class under source control in Microsoft Visual Studio 6.0. MATLAB requires an @ character in the class name and the source control will not accept an @ character in a file name.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This change has been incorporated into the documentation in Release 14 Service Pack 3 (R14SP3). For previous releases, read below for any additional information:
The ability to use class names without the @ character is not available in MATLAB. Note that most file systems have the ability to quote non-standard characters in filenames (possibly with an escape character). You can check with your source control software technical support for a workaround.

More Answers (0)

Categories

Find more on Software Development Tools in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!