Category Archives: Guest bloggers

65 relevant articles found:

Matlab callbacks for uifigure JavaScript events

Matlab callback code can be attached to JavaScript events in web-based uifigures.

Categories: Figure window, Guest bloggers, GUI, High risk of breaking in future versions, Undocumented feature
Tags: , , , ,
4 Comments

Customizing web-GUI uipanel

We can customize Matlab’s new web-based GUI panels in many interesting ways. Here’s how…

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

Spicing up the Matlab Editor

Matlab’s Editor and Workspace can be enhanced quite significantly using an open-source utility.

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

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 parfor vs. for

Parallelizing loops with Matlab’s parfor might generate unexpected results. Users beware!

Categories: Guest bloggers, Medium risk of breaking in future versions, Memory, Stock Matlab function, Undocumented feature
Tags: , , , ,
7 Comments

Checking status of warning messages in MEX

Undocumented Mex functions can be used to extract the state of Matlab warnings in run-time.

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

Customizing uifigures part 2

Matlab’s new web-based uifigures can be customized using custom CSS and Javascript code.

Categories: Figure window, Guest bloggers, GUI, High risk of breaking in future versions, Undocumented feature
Tags: , , ,
3 Comments

Zero-testing performance

Subtle changes in the way that we test for zero/non-zero entries in Matlab can have a significant performance impact.

Categories: Guest bloggers, Low risk of breaking in future versions
Tags: , ,
5 Comments

rmfield performance

The performance of the builtin rmfield function (as with many other builtin functions) can be improved by simple profiling.

Categories: Guest bloggers, Low risk of breaking in future versions, Stock Matlab function
Tags: , ,
5 Comments

Secure SSL connection between Matlab and PostgreSQL

It is tricky, but quite possible, to use SSL to connect Matlab to a PostgreSQL database.

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