Respondida
Out of memory error when calling a MATLAB JA Builder compiled component
Hi, Are you properly disposing the native references in your java code? MWArray.disposeArray(...) We found not doing that ...

más de 12 años hace | 0

Respondida
how to reverse "sort"
Hi, There is an extra optional argument that will do that: >> m=[1 6 2 8 9]; [Y,I] = sort(m,'descend') Y = ...

más de 12 años hace | 3

| aceptada

Respondida
Builder NE Vs CShared- which is the best one?
In theory you could just use the basic Compiler product to produce a dll. In my opinion it is much more convinient to use the NE...

casi 13 años hace | 0

| aceptada

Respondida
Using deploytool to create Java package
For a more robust deployment I would also suggest you change this line: load (['D:/Test/Tree.mat'], 'Tree') The reason i...

casi 13 años hace | 1

Respondida
Does OOP work with Builder JA
You can't really use MATLAB objects as if they were normal Java objects. Your MATLAB objects (and primitive types) will becom...

casi 13 años hace | 0

Respondida
Debugging parfor
Its true that the computational parts of the code generate the same errors with or without the matlabpool open, which is a good ...

casi 13 años hace | 0

Pregunta


Debugging parfor
Hi, We have been working on paralelizing our code, and we have found that when an error occurs inside a parfor it is hard to ...

casi 13 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Symbolic expression bounds
I have a symbolic expression (the real expression can be anything the Symbolic Toolbox supports) but for example we can use the ...

casi 13 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Converting symbolic boolean to MATLAB boolean
Hi, I have a symbolic expression that can be evaluated to true / false, and I would like to get that result back to MATLAB. Th...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What R2011a feature do you like the most?
What R2011a feature do you like the most?

alrededor de 13 años hace | 2 respuestas | 1

2

respuestas

Respondida
Global Static classes (or alternative?)
Hi Alexander, I think you could try to use this inside your class definition: methods (Static) function sing...

alrededor de 13 años hace | 2

| aceptada

Respondida
Anyone listening for a particular event?
Hi Andrew, thanks for your answer, but I don't think it would work because my setup is a little bit more complex: My events a...

alrededor de 13 años hace | 0

Pregunta


Anyone listening for a particular event?
Hi, I have an object that can fire many events, and computing the events takes a significant amount of time. Therefore, I wou...

alrededor de 13 años hace | 3 respuestas | 2

3

respuestas

Respondida
Am I inside a parfor?
With your code I was able to write this function which works great: function ip = inParallel() job = getCurrentJob...

alrededor de 13 años hace | 1

Pregunta


Am I inside a parfor?
Hi, There are certain functions I don't want to execute in parallel, and I would like to throw an error if they are. Is there...

alrededor de 13 años hace | 2 respuestas | 1

2

respuestas