Réponse apportée
After Allocating a Large Variable and Crashing, MATLAB is Forever Slow
Several possibilities spring to mind: # Your antivirus is running wild ( <http://www.mathworks.com/matlabcentral/answers/9256...

plus de 12 ans il y a | 4

Réponse apportée
IM2JAVA2D is not available on this platform
*_im2java2d_* is only available on platforms that run Java GUI (Swing); yours doesn't

plus de 12 ans il y a | 0

Réponse apportée
How to clear persistent variables?
you can use clear functionName and all the persistent vars in that function will be cleared (set to [])

plus de 12 ans il y a | 10

| A accepté

Réponse apportée
OOP-Performance problems in accessing large arrays in class properties
This is because you are inadvertently reallocating tens of thousands of elements, 1e4 times, in the following line: ctmp(ind...

plus de 12 ans il y a | 3

Réponse apportée
calling java class from external jar
Here's one way to access Java enumerators: msgType = javaMethod('valueOf','java.awt.TrayIcon$MessageType','INFO'); or: ...

plus de 12 ans il y a | 0

Réponse apportée
Big Data analysis using Matlab and Database connection, is it possible ?
1. Try to disconnect from the DB every now and then, ensuring that all references are explicitly cleared so that there's no dang...

plus de 12 ans il y a | 0

| A accepté

Réponse apportée
plot legend -> bad performance
The legend is automatically connected to the axes so that whenever the axes children change (as in deleting/adding plot lines), ...

plus de 12 ans il y a | 0

Réponse apportée
Using findjobj in R2013a
You only need to use _findjobj_ without an output (result assignment) value if you want to see an interactive GUI display of all...

plus de 12 ans il y a | 1

A soumis


treeTable - create a sortable table control with collapsible row groups
Create a sortable Java-based tree-table GUI control having collapsible/expandable data row groups

presque 13 ans il y a | 5 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
Performance tuning - finding CPU time
The Profiler *DOES* provide detailed information about specific call invocations, but you need to dig a bit in its undocumented ...

presque 13 ans il y a | 1

A soumis


addLogo - add image to container figure/panel
add the specified image at the specified container position; supports resizing/animated/transparent

presque 13 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

Réponse apportée
how to change each cell color in a uitable
This is answered in great detail here: http://undocumentedmatlab.com/blog/uitable-cell-colors/

environ 13 ans il y a | 8

Réponse apportée
Removing uitable cell selection highlight
This is covered (briefly) at the bottom of page 169 of my book...

environ 13 ans il y a | 1

| A accepté

Question


Anyone know what's up with Urs (us) Schwartz?
The venerable us has apparently <http://www.mathworks.com/matlabcentral/newsreader/search_results?dur=all&search_string=authorid...

environ 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Good homepage where you can get buy expert help?
Mikkel - I answered your specific GUI/CW question <http://www.mathworks.com/matlabcentral/answers/71078-command-window-output-to...

environ 13 ans il y a | 1

Réponse apportée
Command Window Output to GUI
You can access the CW text programmatically as follows: jDesktop = com.mathworks.mde.desk.MLDesktop.getInstance; jCmdWin...

environ 13 ans il y a | 6

Réponse apportée
MATLAB function "save" and "-V7.3"
Since R2008b, v7.3 compression seems to be done only (and always) for [large?] numeric data, but never for non-numeric data, reg...

environ 13 ans il y a | 6

Réponse apportée
Performance Issue of 'imrotate' in double precision mode
This is a limitation imposed by MathWorks in _imrotate.m_ (subfunction _useIPP_), purportedly because Intel's Performance Primit...

plus de 13 ans il y a | 0

A soumis


JTattoo look-and-feel demo GUI
JTattooDemo demonstrates effects of Look-and-Feel changes (including JTattoo L&F) on GUI controls

plus de 13 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


checkVersion - Check for a newer file version on the File Exchange
checkVersion implements an auto-update mechanism to check for a newer version of a utility on FEX

plus de 13 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

Question


What are the differences (if any) between Matlab system objects and class objects?
Matlab includes a wide variety of System Objects, that seem to be standard Matlab objects (typically singletons) which derive fr...

plus de 13 ans il y a | 3 réponses | 6

3

réponses

Réponse apportée
refreshing legend when Visible is set on/off
I explained how to do this here: <http://undocumentedmatlab.com/blog/legend-semi-documented-feature/#comment-70611> Here is ...

plus de 13 ans il y a | 1

Réponse apportée
hggroup of text() objects and contextmenu
Oleg, you can simply reuse the |localGetNonScribeScribeContextMenu()| subfunction in _%matlabroot/toolbox/matlab/graph2d/private...

plus de 13 ans il y a | 2

Réponse apportée
Does checkcode return the status of the "Message indicator box", i.e. red/orange/green ?
I must admit that I have it on my articles TODO list for quite some time... Here's something to get you started: http://www.m...

plus de 13 ans il y a | 3

| A accepté

Réponse apportée
uitree & uitreenode in R2011 & R2012
They still work in 2012 More on this: * <http://undocumentedmatlab.com/blog/uitree/> * <http://undocumentedmatlab.com/blo...

plus de 13 ans il y a | 1

Réponse apportée
Experiences with release 2012b
Not less importantly than the documentation layout, many online doc pages have changed URLs, and the old URLs no longer work. I ...

presque 14 ans il y a | 7

Réponse apportée
Experiences with release 2012b
I must say that I expected more from ML8 than a Desktop facelift. Yes, I know it's anything but "simple", and I am aware of the ...

presque 14 ans il y a | 15

Réponse apportée
MATLAB as Java IDE
Take a look at MatClipse, a Matlab plugin for Eclipse: <http://code.google.com/a/eclipselabs.org/p/matclipse/>

presque 14 ans il y a | 0

Réponse apportée
Datatips don't disappear
I also see it from time to time in the editor when I hover the mouse on the ellipsis mark (...) signifying folded code: If the d...

presque 14 ans il y a | 0

Réponse apportée
can we convert com.mathworks.toolbox.javabuilder.MWArray to java.lang.object?
Every Java object, whatever its class is, is also automatically a java.lang.Object, since Object is the top superclass of all Ja...

presque 14 ans il y a | 1

Charger plus