photo

Matthew Simoneau

MathWorks

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

My name as a MATLAB pun, courtesy of Tim Davis:

save perrier psi(weekday(3))

Personal site: http://www.matthewsim.com/
Professional Interests: social computing, web services, interface design, technical communication, MATLAB hacking

Statistica

All
MATLAB Answers

7 Domande
8 Risposte

File Exchange

18 File

Cody

0 Problemi
7 Soluzioni

RANK
846
of 300.381

REPUTAZIONE
92

CONTRIBUTI
7 Domande
8 Risposte

ACCETTAZIONE DELLE RISPOSTE
28.57%

VOTI RICEVUTI
41

RANK
269 of 20.941

REPUTAZIONE
5.521

VALUTAZIONE MEDIA
4.20

CONTRIBUTI
18 File

DOWNLOAD
26

ALL TIME DOWNLOAD
46891

RANK
46.836
of 168.477

CONTRIBUTI
0 Problemi
7 Soluzioni

PUNTEGGIO
80

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 1
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Thankful Level 1
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
TeX (LaTeX math mode) symbols in legends and labels in MATLAB figures
By default, MATLAB supports a subset of TeX markup. For a list of supported symbols, see the documentation . For more symbols, y...

12 mesi fa | 24

| accettato

Domanda


How do I send Unicode text from MATLAB into a Word document via the ActiveX interface?
I'm using MATLAB to programmatically create a Microsoft Word document on Windows. In general this solution works fine, but it is...

oltre 10 anni fa | 0 risposte | 1

0

risposte

Domanda


Is it possible to force case-sensitivity for data operations like LOAD?
MATLAB is case-sensitive for calling functions, even on Windows: >> edit Untitled >> untitled Cannot find an exact (c...

circa 12 anni fa | 1 risposta | 0

1

risposta

Risposto
How do I extract the TIFF preview from an EPS file using MATLAB?
% Define the source EPS file and the desired target TIFF to create. source = 'ode_nonneg1.eps'; target = 'ode_nonneg1.ti...

oltre 12 anni fa | 0

| accettato

Domanda


How do I extract the TIFF preview from an EPS file using MATLAB?
EPS files can include embedded TIFF (and rarely WMF) previews for easy rendering in environments which do not have PostScript av...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Error Using Publish
Sorry for the trouble, Eric. This is a known issue in R2011a. The workaround is here: <http://www.mathworks.com/support/bugre...

quasi 13 anni fa | 0

| accettato

Risposto
How to publish code as a Word document on a Mac?
A workaround is to publish to HTML, open the HTML up in Word, and then save as Word.

quasi 13 anni fa | 0

Domanda


What are the retroactively-applied release numbers for early MATLAB versions?
The Wikipedia article for MATLAB <http://en.wikipedia.org/wiki/MATLAB#Release_history gives release numbers> for versions of MAT...

circa 13 anni fa | 0 risposte | 0

0

risposte

Domanda


Convert the hexadecimal representation of a binary double-precision number back into a double
How can I convert a double-precision hexadecimal back into a double? That is, given |s|, created from the double |x| as such:...

circa 14 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I determine my MATLAB default character encoding scheme?
Using <http://www.mathworks.com/help/techdoc/ref/unicode2native.html |unicode2native|> with a single argument, it defaults to "t...

circa 14 anni fa | 4 risposte | 4

4

risposte

Domanda


Is PAUSE a superset of DRAWNOW?
Does |pause| also always also do an implicit |drawnow|? Does it ever make sense to do drawnow pause(1) instead of just ...

oltre 14 anni fa | 5 risposte | 6

5

risposte

Risposto
Error while trying to publish on PDF format
Sorry for the trouble, Nick. This is a known issue. The workaround is here: <http://www.mathworks.com/support/bugreports/6786...

oltre 14 anni fa | 0

| accettato

Risposto
Coordinate system
Are you asking about transforming Cartesian to polar coordinates? If so, <http://www.mathworks.com/help/techdoc/ref/cart2pol.htm...

oltre 14 anni fa | 0

Risposto
How do I read a video file of arbitrary format and store its frames in a variable?
See Reading Video Files with <http://www.mathworks.com/help/techdoc/import_export/f5-132080.html#f5-146610 *Video Reader*>. Her...

quasi 15 anni fa | 5

Risposto
How to select only two items from the list box?
You can accomplish this by reacting to the selection with a callback and removing the new selection if there are too many. Cr...

quasi 15 anni fa | 1

| accettato