![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/25640.jpg)
Matthew Simoneau
MathWorks
Followers: 0 Following: 0
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
Statistics
RANK
840
of 297 010
REPUTATION
90
CONTRIBUTIONS
7 Questions
8 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
40
RANK
264 of 20 418
REPUTATION
5 518
AVERAGE RATING
4.20
CONTRIBUTIONS
19 Files
DOWNLOADS
31
ALL TIME DOWNLOADS
54143
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
3 månader ago | 23
| accepted
Submitted
Extract the TIFF Preview from an EPS File
Extract the TIFF preview from an EPS file.
mer än 8 år ago | 1 download |
Submitted
Using XPath from MATLAB
A simple example showing how to use XPath from MATLAB.
mer än 8 år ago | 1 download |
Submitted
Fitting Data with A Sudden Discontinuity
Find the displacement and supply it as a shift in a custom equation.
mer än 8 år ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/27783/versions/3/screenshot.png)
Submitted
Publish to MediaWiki
A stylesheet to make MATLAB publishing produce MediaWiki markup as an output.
mer än 8 år ago | 1 download |
Submitted
MATLAB Contest Statistics
The code used to generate the "Statistics" page for the MATLAB® Contest.
mer än 8 år ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/23510/versions/4/screenshot.png)
Submitted
Unescape a JavaScript String
Manually interprets a JavaScript string, which may contain escape characters.
mer än 8 år ago | 1 download |
Submitted
Print with Internet Explorer
Prints out a URL with Internet Explorer
mer än 8 år ago | 2 downloads |
Submitted
Animation of "House of Cards" by Radiohead®
An animation of 3-D scatter data.
mer än 8 år ago | 1 download |
Submitted
Upload a Video to YouTube™
Using the Youtube™ data API, upload a video directly from MATLAB®.
mer än 8 år ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/19258/versions/4/screenshot.jpg)
Submitted
Query a database
Provides a simple call for getting data out of a database.
mer än 8 år ago | 3 downloads |
Submitted
Using Data from MOLA
Work with a medium-resolution dataset from MOLA.
mer än 8 år ago | 4 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/13444/versions/2/screenshot.png)
Submitted
Download a Slideshow from Kodak® Gallery
Download all the images in a Kodak® Gallery slideshow.
mer än 8 år ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/8691/versions/3/screenshot.png)
Submitted
htmlBarh
Writes a horizontal stacked bar graph as an HTML-file.
mer än 8 år ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/4218/versions/2/screenshot.jpg)
Submitted
Save with Image Map
Saves a figure out as a PNG-file and creates a corresponding HTML-file with an image map.
mer än 8 år ago | 1 download |
Submitted
ShowWindow
Change the state of a window, like minimize and maximize.
mer än 8 år ago | 3 downloads |
Submitted
Save Word as Text
Converts a Microsoft® Word document to a text file.
mer än 8 år ago | 2 downloads |
Submitted
Google Toolbox
Uses Google's SOAP interface to pull data into MATLAB as a structure.
mer än 8 år ago | 1 download |
Question
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...
nästan 10 år ago | 0 answers | 1
0
answersQuestion
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...
mer än 11 år ago | 1 answer | 0
1
answerHow 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...
mer än 11 år ago | 0
| accepted
Question
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...
mer än 11 år ago | 1 answer | 0
1
answerError Using Publish
Sorry for the trouble, Eric. This is a known issue in R2011a. The workaround is here: <http://www.mathworks.com/support/bugre...
ungefär 12 år ago | 0
| accepted
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.
ungefär 12 år ago | 0
Question
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...
mer än 12 år ago | 0 answers | 0
0
answersSolved
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 ...
ungefär 13 år ago
Solved
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...
ungefär 13 år ago