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
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...
9일 전 | 23
| 수락됨
제출됨
Extract the TIFF Preview from an EPS File
Extract the TIFF preview from an EPS file.
대략 8년 전 | 다운로드 수: 1 |
제출됨
Using XPath from MATLAB
A simple example showing how to use XPath from MATLAB.
대략 8년 전 | 다운로드 수: 1 |
제출됨
Fitting Data with A Sudden Discontinuity
Find the displacement and supply it as a shift in a custom equation.
대략 8년 전 | 다운로드 수: 3 |
제출됨
Publish to MediaWiki
A stylesheet to make MATLAB publishing produce MediaWiki markup as an output.
대략 8년 전 | 다운로드 수: 1 |
제출됨
MATLAB Contest Statistics
The code used to generate the "Statistics" page for the MATLAB® Contest.
대략 8년 전 | 다운로드 수: 1 |
제출됨
Unescape a JavaScript String
Manually interprets a JavaScript string, which may contain escape characters.
대략 8년 전 | 다운로드 수: 1 |
제출됨
Animation of "House of Cards" by Radiohead®
An animation of 3-D scatter data.
대략 8년 전 | 다운로드 수: 1 |
제출됨
Upload a Video to YouTube™
Using the Youtube™ data API, upload a video directly from MATLAB®.
대략 8년 전 | 다운로드 수: 1 |
제출됨
Query a database
Provides a simple call for getting data out of a database.
대략 8년 전 | 다운로드 수: 1 |
제출됨
Download a Slideshow from Kodak® Gallery
Download all the images in a Kodak® Gallery slideshow.
대략 8년 전 | 다운로드 수: 1 |
제출됨
Save with Image Map
Saves a figure out as a PNG-file and creates a corresponding HTML-file with an image map.
대략 8년 전 | 다운로드 수: 2 |
제출됨
Google Toolbox
Uses Google's SOAP interface to pull data into MATLAB as a structure.
대략 8년 전 | 다운로드 수: 1 |
질문
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...
9년 초과 전 | 답변 수: 0 | 1
0
답변질문
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...
11년 초과 전 | 답변 수: 1 | 0
1
답변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...
11년 초과 전 | 0
| 수락됨
질문
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...
11년 초과 전 | 답변 수: 1 | 0
1
답변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...
거의 12년 전 | 0
| 수락됨
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.
거의 12년 전 | 0
질문
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...
대략 12년 전 | 답변 수: 0 | 0
0
답변문제를 풀었습니다
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 ...
거의 13년 전
문제를 풀었습니다
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...
거의 13년 전