Why does the TBASE binary image file not close after it is read in using the TBASE function of the Mapping Toolbox 2.0 (R13SP1+)?

1 view (last 30 days)
Why does the TBASE binary image file not close after it is read in using the TBASE function of the Mapping Toolbox 2.0 (R13SP1+)?
The FCLOSE function is not used at the end of the TBASE function after FOPEN is used to read the tbase binary image file, resulting in inefficient memory uage.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This bug has been fixed for Release 14 (R14). For previous releases, please read below for any possible workarounds:
This has been verified as a bug in the TBASE function within the Mapping Toolbox.
Currently, to workaround this issue, add the following command to the end of the TBASE function.
fclose(fid);

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!