User`s guide

R2014b
2-10
Inf
Compatibility Considerations
Change any instances of test qualifications in which you compare an infinite expected
value to a finite actual value using a relative tolerance, and expect the test to pass.
rmdir treatment of asterisk as literal character on Linux and Mac
On Linux and Mac platforms, the rmdir function treats the asterisk character (*) as
a literal character if a file or folder named * exists in the current folder. If such a file
or folder does not exist, then rmdir treats the asterisk as a wildcard character. On
Windows, rmdir always treats * as a wildcard character.
Previously, rmdir treated * as a wildcard character on all platforms.
Compatibility Considerations
Change code that expects to remove all files and folders using a wildcard character, on
Linux and Mac.
Functionality being removed or changed
Functionality Result Use This Instead Compatibility
Considerations
createClassFromWsdl Warns matlab.wsdl.
createWSDLClient
Replace all instances of
createClassFromWsdl
with matlab.wsdl.
createWSDLClient.
RPC-encoded WSDL
documents are not
supported.
createSoapMessage
callSoapService
parseSoapResponse
Still runs matlab.wsdl.
createWSDLClient
Replace all instances of
createClassFromWsdl
with matlab.wsdl.
createWSDLClient.