Tag Archives: Compiler

10 relevant articles found:

Matlab compilation quirks – take 2

A few hard-to-trace quirks with Matlab compiler outputs are explained.

Categories: Guest bloggers, High risk of breaking in future versions, Stock Matlab function, Toolbox, Undocumented feature
Tags: , , ,
Leave a comment

Quirks with compiled Matlab DLLs

Several quirks with Matlab-compiled DLLs are discussed and workarounds suggested.

Categories: Guest bloggers, Low risk of breaking in future versions, Undocumented feature
Tags: , ,
Leave a comment

Matlab compiler bug and workaround

Both the Matlab compiler and the publish function have errors when parsing block-comments in Matlab m-code.

Categories: Low risk of breaking in future versions, Stock Matlab function, Toolbox, Undocumented feature
Tags: , , ,
6 Comments

Using pure Java GUI in deployed Matlab apps

Using pure-Java GUI in deployed Matlab apps requires a special yet simple adaptation.

Categories: Guest bloggers, GUI, Java, Medium risk of breaking in future versions, Undocumented feature
Tags: , , , ,
27 Comments

Disabling menu entries in deployed docked figures

Matlab’s standard menu items can and should be removed from deployed docked figures. This article explains how.

Categories: Figure window, Guest bloggers, High risk of breaking in future versions, Java, Listeners, Undocumented feature
Tags: , , , , , , , , , ,
14 Comments

Removing user preferences from deployed apps

An unsupported MathWorks Technical Solution explains how to remove private information from deployed (compiled) matlab applications.

Categories: Low risk of breaking in future versions, Undocumented feature
Tags: , , ,
Leave a comment

Speeding up compiled apps startup

The MCR_CACHE_ROOT environment variable can reportedly help to speed-up deployed Matlab executables.

Categories: Low risk of breaking in future versions, Undocumented feature
Tags: , ,
31 Comments

Splash window for deployed applications

Deployed (compiled) Matlab applications take a long time to load. I present a splash window that loads immadiately, solving this problem.

Categories: GUI, Low risk of breaking in future versions
Tags: , ,
Comments Off on Splash window for deployed applications

Unique computer ID

There are several alternatives for getting unique computer identifiers in Matlab

Categories: Java, Low risk of breaking in future versions
Tags: , ,
25 Comments

Docking figures in compiled applications

Figures in compiled applications cannot officially be docked since R2008a, but this can be done using a simple undocumented trick.

Categories: Figure window, High risk of breaking in future versions, Java, Undocumented feature
Tags: , , , , , ,
30 Comments