help > RE: spatial processing error
Sep 20, 2017  11:09 PM | Frank Fishburn
RE: spatial processing error
I've had this issue before. Sorry if my explanation is vague, but I haven't used this toolbox in several months, so the details are a little fuzzy. The issue is that it's calling the function "split" rather than the variable. The fix is to go in and change something like:
load('split.mat');
to
cmap = load('split.mat');
And then all references to "split" should be changed to "cmap.split"

Again this is all from distant memory, so the details might be off. Hopefully this will be fixed in a future release.

Threaded View

TitleAuthorDate
s-tar Sep 20, 2017
RE: spatial processing error
Frank Fishburn Sep 20, 2017
Don Rojas Sep 20, 2017