Réponse apportée
Programmatic Check For Monospace Font?
listeners=com.mathworks.mde.cmdwin.CmdWinDocument.getInstance().getDocumentListeners(); listeners(3).getFont() See Yair's blo...

plus de 14 ans il y a | 2

| A accepté

Réponse apportée
MATLAB function "save" and "-V7.3"
TMW do seem to struggle with file formats I agree with @Jan above that not having a switch to disable compression in both v7 ...

plus de 14 ans il y a | 5

A soumis


Using Java Swing components in MATLAB
A custom class that eases the use of Java AWT and Swing components in MATLAB

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

4.7 / 5
Thumbnail

Réponse apportée
Overriding subsref and subsasgn - effect on private properties
David Publishing private properties from public methods is not unique to MATLAB. It can be source of problems in other OOP la...

plus de 14 ans il y a | 1

Réponse apportée
Failure to release memory when releasing java objects
clear obj in the Release function serves no useful purpose - it only clears the local copy of obj in the scope of that function....

plus de 14 ans il y a | 0

Réponse apportée
"MatFile objects only support '()' indexing" ?
As Walter points out, the new matfile class has some significant limitations. No linear indexing, no logical indexing, subscript...

plus de 14 ans il y a | 2

A soumis


Making MATLAB Swing
TabbedPanes, SplitPanes, SideBars, ScrollPanes etc for MATLAB

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

4.64706 / 5
Thumbnail

Réponse apportée
overloading subsref
Daniel Is this any use? It is called from subsref in some of my own custom objects and converts from substruct to subs: ...

plus de 14 ans il y a | 2

Réponse apportée
Bad homework problems
Each problem/class/unit will have a set of aims and objectives. Those will be tailored to the audience, as will the choice of pr...

plus de 14 ans il y a | 1

Réponse apportée
Overriding subsref and subsasgn - effect on private properties
David Would it help to have your test class extend a superclass that has the private properties in it?: classdef testpri...

plus de 14 ans il y a | 0

Réponse apportée
How to create a scrolling "list" of plots in a GUI?
@Corey, two scrolling objects now added to the Waterloo Swing Library [version1.06] may do what you want: GScroller -which scro...

plus de 14 ans il y a | 0

| A accepté

Réponse apportée
sprintf of a variable and string name
No. sprintf(%s,name) gives: Error: Expression or statement is incorrect--possibly unbalanced (, {, or [. (In fact missin...

plus de 14 ans il y a | 0

A soumis


Data cursors for figure window
Data cursor support for multiple axes in a fugure

presque 15 ans il y a | 3 téléchargements |

4.6 / 5
Thumbnail

Réponse apportée
Attempt to call external dll function causing segmentation fault
Don't use b = char(zeros(1,1024)); That's a zero length string (terminated in C by the first zero element) which may or may no...

presque 15 ans il y a | 1

Réponse apportée
How to implement a 'speed limit' for GUI button press?
Change the callback mode to to 'cancel' instead of 'queue'. Alternatively, test for multiple calls in the callback using isMul...

presque 15 ans il y a | 0

Réponse apportée
[DISCONTINUED] Wish-list for MATLAB Answer sections.
My two penneth worth is a bit off topic but spurred by Walter's question - particularly the caveat: "This topic (which was not s...

environ 15 ans il y a | 0

Réponse apportée
Creating a matrix of blank spaces.
Why is there no direct equivalent to zeros for chars? In most languages, strings are zero terminated so x=char(zeros(1,10)) may...

environ 15 ans il y a | 0

A soumis


MUtilities
MATLAB access to selected Java SwingUtilities, AWTUtilities and similar functions for HG objects

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

0.0 / 5

A soumis


GUIHistory
GUIHistory automatically generates MATLAB code based on a users actions in a GUI.

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

0.0 / 5

A soumis


adcarray
MATLAB class to allow large data sets to me memory mapped from disc (including from MAT-files)

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

1.0 / 5

A soumis


filtfilthd
Zero-phase forwards/backwards filtering using SP toolbox dfilt filter objects

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

4.8 / 5

A soumis


lpredict
Data extrapolation through linear prediction

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

5.0 / 5
Thumbnail

A soumis


Sinc Resample
SincResample resamples signals to arbitrary lengths/frequencies and/or timeshifts them

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

4.5 / 5