MATLAB Community

MATLAB, community & more

Results for: Java

Even More XML and MATLAB : Controlling XML Output

I’ve had a lot of comments in the past few months about MATLAB’s XML functionality, so I guess it’s time to provide a few more posts on the matter. Today is part 4 of the series,… read more >>

XML and MATLAB: Navigating a Tree 26

This week I’m posting the third part in my series on using XML. Since I’ve had a request to cover this topic, I’ve moved it up in the schedule. We’ll be back to the new MATLAB… read more >>

Simple XML Node Creation 17

Last time in my XML series, I showed you how to use xmlread to create an XML Document object in MATLAB. I also promised to follow up on that with more information on how to use the Document object.... read more >>

Using XML in MATLAB 22

Much of the data on the Internet is stored in some flavor of XML. Fortunately for us, MATLAB has some built in functions for handling XML file. This will be the first in a series of non-consecutive... read more >>

Controlling the Java Heap Size 12

When you create a Java object from MATLAB, that object will live in the Java heap, whereas workspace variables will go into MATLAB’s main memory. The Java heap space is also shared with MATLAB… read more >>

Calling Java from MATLAB, Memory Issues 10

Following up with my previous post about using Java objects in MATLAB, this week I’m going to discuss the memory issues that can crop up.
When a Java object is created in the MATLAB workspace,… read more >>

Calling Java from MATLAB 59

So far no one has taken me up on the extra credit from the Interactive Web Pages post. I thought the problem of displaying a figure without an image file was too interesting to pass up, so I figured... read more >>