Export
(Built-in Mathematica Symbol) Export["file. ext", expr] exports data to a file, converting it to the format corresponding to the file extension ext. Export[file, expr, " format"] exports data in the ...
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
When you generate a very large output expression in Mathematica, you often do not want to see the whole expression at once. Rather, you would first like to get an idea of the ...
The GUIKit framework makes it relatively easy to reuse interface definitions because of its automatic use of private symbol contexts for each instance of a definition. There ...
Mathematica allows full control of fonts, not only in ordinary text but also in typeset structures, graphics, and user interface elements. All features of fonts can be ...
Version 6.0 added hundreds of new options for formatting and styling —supporting Version 6.0's major advances in dynamic interactivity, interoperability, interface ...
Mathematica's interface is carefully optimized for both menu and keyboard use—with many convenient ergonomic features, including some that are not immediately visible from ...
JavaUILink[] returns the MathLink LinkObject used by calls to Mathematica that originate from Java user-interface actions, or Null if no such link is present.
NETUILink[] returns the MathLink LinkObject used by calls to Mathematica that originate from .NET user-interface actions, or Null if no such link is present.
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It is used automatically by the Mathematica compiler when you set the option ...