MATLAB COMPILER RELEASE NOTES User's Guide Page 85

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 84
Language and Programming
2-7
RPC-encoded WSDL documents are not supported. For these documents, use
createClassFromWsdl.
The following WSDL documents are not supported:
Some documents with messages containing multiple parts.
Some documents with schemas containing anonymous complex types.
Documents that the Apache CXF program cannot compile into complete code.
Compatibility Considerations
createClassFromWsdl, createSoapMessage, callSoapService,
and parseSoapResponse will be removed in a future release. Use
matlab.wsdl.createWSDLClient instead.
Graphics objects in MEX-files use object handles instead of numeric
handles
Graphics objects use object handles of various types instead of the numeric handles used
in previous releases.
Compatibility Considerations
Do not write MEX-file code using the mexGet or mexSet functions, which assume a
handle to a graphics object is a numeric value. Use the mxGetProperty or mxSetProperty
functions instead. For more information, see Upgrade MEX-Files to Use Graphics
Objects.
Workflow improvements when editing classdef files, including
immediate impact on existing and new workspace variables
This feature eliminates the need to clear existing objects or call clear classes when
changing the definition of the object's class. This feature also provides the ability to
create objects based on the new definition without generating a warning that the class
has changed. MATLAB updates existing objects according to the new class definition. For
more information, see Automatic Updates for Modified Classes.
Page view 84
1 2 ... 80 81 82 83 84 85 86 87 88 89 90 ... 715 716

Comments to this Manuals

No comments