User`s guide
8-3
Change in Behavior for dicomwrite
If you use the dicomwrite function with the 'CreateMode' option set to 'Create'
and pass in a data structure that contains the 'InversionTime' tag, you will always
receive 'InversionTime' in your output.
Compatibility Considerations
Before R2011b, if your input structure contained the 'InversionTime' field, the
DICOM file may or may not contain the 'InversionTime' field. The inclusion of
'InversionTime' depended on other parameters.
Warning and Error ID Changes
Many warning and error IDs have changed from their previous versions. These warnings
or errors typically appear during a function call.
Compatibility Considerations
If using warning or error IDs, you might need to change the strings you use. For
example, if you turned off a warning for a certain ID, the warning might now appear
under a different ID. If you use a try/catch statement in your code, replace the old
identifier with the new identifier. There is no definitive list of the differences, or of the
IDs that changed.
Functions and Function Elements Being Removed
Functionality What Happens
When You Use This
Functionality?
Use This Instead Compatibility
Considerations
edge function — K-
direction syntax
Errors BW = edge(...,
direction)
The syntax BW =
edge(...,K) has
been removed. Use
the
BW =
edge(...,direction)
syntax instead.