Files from toolbox/matlab broken out of nowhere
Show older comments
Hi,
I just wanted to use the plot command and got as error:
??? Error: File: isprop.m Line: 1 Column: 1 The input character is not valid in MATLAB statements or expressions.
After beeing very confused about that fact that plot didn't work I opened isprop.m. What I found there was rather shocking. Instead of a matlab function the contents of isprop.m were complete garbage.
The same is true for toeplitz.m which is used by kstest.
That really frightens me as both functions worked a few days ago. Did anyone experience something similar?
Answers (2)
Sean de Wolski
on 13 Feb 2012
What does:
which -all isprop
return?
and:
which -all toeplitz
Also, is there invisible ASCII on these lines or an M-LINT warning?
Julian
on 13 Feb 2012
1 Comment
Sean de Wolski
on 13 Feb 2012
http://www.mathworks.com/support/contact_us/index.html
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!