Skip to content

Tag Archives: Octave

Publishing MATLAB Code

This link explains how you can annotate MATLAB code with markup to help communicate your ideas and result to others. For some tasks I already know that it will beat the LaTeX or copy and paste into Word lifecycle.

MATLAB’s Rich Java Interoperation

Last night I wanted to figure out how to get rid of the “Start Menu” on the bottom of the IDE and found a solution here. That got me digging into the docs about Java integration. Wow; it just works and seems to work really well. The interop is seamless. For the little coding I [...]

Fixing Octave’s Plot on the Windows 3.2.4 Release

Out of the box a lot of us Windows users who added all of the Octave-Forge packages are disappointed to find that the plot function produces an invisible window. Here is the problem and solution: Realistic solution at this moment, do not install the oct2mat package when you install octave with octave-forge packages if you [...]