Matthew Simoneau - MATLAB Central
photo

Matthew Simoneau

MathWorks

2011년부터 활동

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

통계

All
File ExchangeMATLAB AnswersCodyFrom 01/11 to 03/25Use left and right arrows to move selectionFrom 01/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 질문
8 답변

File Exchange

19 파일

Cody

0 문제
7 답안

순위
844
of 297,560

평판
90

참여
7 질문
8 답변

답변 채택
28.57%

획득한 표
40

순위
265 of 20,456

평판
5,518

평균 평점
4.20

참여
19 파일

다운로드 수
28

ALL TIME 다운로드 수
54149

순위
44,650
of 159,148

참여
0 문제
7 답안

점수
80

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 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

배지 보기

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

4개월 전 | 23

| 수락됨

질문


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

거의 10년 전 | 답변 수: 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

답변

질문


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

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

13년 초과 전 | 답변 수: 4 | 4

4

답변

질문


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

거의 14년 전 | 답변 수: 5 | 6

5

답변

답변 있음
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...

거의 14년 전 | 0

| 수락됨

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

대략 14년 전 | 0

답변 있음
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...

대략 14년 전 | 5

답변 있음
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...

대략 14년 전 | 1

| 수락됨