Navigation

Previous topic

Appendix

Next topic

VmDAS recommendations

This Page

Matlab R13-R14 compatibility notes for CODAS processingΒΆ

Mathworks made at least two changes that required a change in CODAS matlab code.

1. They changed the output (handles) of many of their graphics calls, while retaining the original name (“plot”, or “contour” for example). The old behavior is still available if the first argument is ‘v6’.

2. They changed the way they save files, so that a file full of matlab variables saved with ‘save’ under R14 is not readable under R13, unless the “-v6” option is used.

Therefore, we have made the following ‘compatibility’ functions, which replicate the R13 behavior (when called under R14), and call the original program when run under R13:

plot6.m

contour6.m

contourf6.m

save6.m

In the future, there may be more added to this list, but these are sufficient to get you through ADCP processing and editing.

NOTE that for the moment, the “m_map” package may not run under R14.