when I use deploytool, error ' The input character is not valid in MATLAB statements or expressions' in Line: 1 Column:2
Show older comments
The error is as followes:
Error: File: D:\test2\menu5\menu51119\MainGui.m Line:1 Column: 2
The input character is not valid in MATLAB statements or expressions.
And the MainGui.m Line:1 Column: 2 is :
function varargout = MainGui(varargin)
Thank you for your attention!
4 Comments
Walter Roberson
on 19 Nov 2012
Is there anything on that "function" line before that?
Try editing that line and retyping the word "function", just in case the "u" is a different character that looks like "u", such as (for example) the Greek character "micron"
Lisa Wu
on 20 Nov 2012
Walter Roberson
on 20 Nov 2012
Perhaps it was an unusual special character instead of a real end-of-line.
Lisa Wu
on 20 Nov 2012
Answers (0)
Categories
Find more on Language Support 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!