Try-catch syntax error

2 vues (au cours des 30 derniers jours)
Emily
Emily le 6 Oct 2011
I tried running the install_connector script and got this error, but I am running R2007a so I'm not sure why it's giving me this error
??? Warning: File: install_connector.m Line: 15 Column: 7 This try-catch syntax will continue to work in R2007a, but may be illegal or may mean something different in future releases of MATLAB. See Release Notes for MATLAB Version 7.4, "Warning Generated by try-catch" for details.

Réponses (2)

Wayne King
Wayne King le 6 Oct 2011
Open the install_connector.m file in the editor and insert a comma after catch
  5 commentaires
Wayne King
Wayne King le 6 Oct 2011
copy and past the line with the try-catch statement here so we can see. As it is now
Wayne King
Wayne King le 6 Oct 2011
Yes, I meant after the catch statement. sorry.

Connectez-vous pour commenter.


Michael Katz
Michael Katz le 7 Oct 2011
The MATLAB Connector is not supported on versions earlier than R2009b. We haven't tested it on 7a, but I am pretty sure it's not going to work.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by