Community Profile

photo

Matthew Simoneau

MathWorks

Attivo dal 2011

Followers: 0   Following: 0

Contatto

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

Statistiche

All
  • 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

Inviato


Extract the TIFF Preview from an EPS File
Extract the TIFF preview from an EPS file.

oltre 7 anni fa | 1 download |

Inviato


Using XPath from MATLAB
A simple example showing how to use XPath from MATLAB.

oltre 7 anni fa | 1 download |

Inviato


Fitting Data with A Sudden Discontinuity
Find the displacement and supply it as a shift in a custom equation.

oltre 7 anni fa | 1 download |

Thumbnail

Inviato


Publish to MediaWiki
A stylesheet to make MATLAB publishing produce MediaWiki markup as an output.

oltre 7 anni fa | 1 download |

Inviato


MATLAB Contest Statistics
The code used to generate the "Statistics" page for the MATLAB® Contest.

oltre 7 anni fa | 1 download |

Thumbnail

Inviato


Unescape a JavaScript String
Manually interprets a JavaScript string, which may contain escape characters.

oltre 7 anni fa | 1 download |

Inviato


Print with Internet Explorer
Prints out a URL with Internet Explorer

oltre 7 anni fa | 2 download |

Inviato


Animation of "House of Cards" by Radiohead®
An animation of 3-D scatter data.

oltre 7 anni fa | 1 download |

Inviato


Upload a Video to YouTube™
Using the Youtube™ data API, upload a video directly from MATLAB®.

oltre 7 anni fa | 2 download |

Thumbnail

Inviato


Query a database
Provides a simple call for getting data out of a database.

oltre 7 anni fa | 1 download |

Inviato


Using Data from MOLA
Work with a medium-resolution dataset from MOLA.

oltre 7 anni fa | 3 download |

Thumbnail

Inviato


Download a Slideshow from Kodak® Gallery
Download all the images in a Kodak® Gallery slideshow.

oltre 7 anni fa | 1 download |

Thumbnail

Inviato


htmlBarh
Writes a horizontal stacked bar graph as an HTML-file.

oltre 7 anni fa | 1 download |

Thumbnail

Inviato


Save with Image Map
Saves a figure out as a PNG-file and creates a corresponding HTML-file with an image map.

oltre 7 anni fa | 2 download |

Inviato


closewindow
Close any window by name.

oltre 7 anni fa | 2 download |

Inviato


ShowWindow
Change the state of a window, like minimize and maximize.

oltre 7 anni fa | 1 download |

Inviato


SnagIt
Capture the current window to an image file.

oltre 7 anni fa | 2 download |

Thumbnail

Inviato


Save Word as Text
Converts a Microsoft® Word document to a text file.

oltre 7 anni fa | 3 download |

Inviato


Google Toolbox
Uses Google's SOAP interface to pull data into MATLAB as a structure.

oltre 7 anni fa | 1 download |

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...

quasi 9 anni fa | 0 risposte | 1

0

risposte

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, ...

quasi 10 anni fa | 23

| accettato

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...

oltre 10 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...

quasi 11 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...

quasi 11 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...

oltre 11 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.

oltre 11 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...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

circa 12 anni fa

Risolto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

circa 12 anni fa

Risolto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

circa 12 anni fa

Carica altro