photo

p fontaine


Last seen: 대략 1개월 전 2011년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

15 질문
6 답변

File Exchange

4 파일

Cody

0 문제
12 답안

순위
9,601
of 300,365

평판
2

참여
15 질문
6 답변

답변 채택
80.0%

획득한 표
4

순위
5,226 of 20,933

평판
250

평균 평점
5.00

참여
4 파일

다운로드 수
5

ALL TIME 다운로드 수
2459

순위
34,194
of 168,262

참여
0 문제
12 답안

점수
130

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 3
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Multithreaded compilation with Simulink
I understand your answer but it does not seem to be an automatic multithtreaded compilation of a model at low level. The effort ...

7개월 전 | 0

질문


Multithreaded compilation with Simulink
Is there a way to perform multithreaded compilation or code generation with Simulink in order to reduce these activities duratio...

7개월 전 | 답변 수: 2 | 0

2

답변

질문


How to discover all submodels within a simulink model programmatically ?
I would like to find all models contained in a simulink model programmatically ? Is there a way to do that for instance with th...

거의 5년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How do I change the Temporary Directory that MATLAB uses?
Use setenv('TMP','NEW_DIRECTORY_PATH') instead of setenv('TEMP','NEW_DIRECTORY_PATH')

거의 5년 전 | 2

제출됨


Trojan Asteroids Simulation
Simulation of Trojan Asteroids of a Binary System

거의 7년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

문제를 풀었습니다


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

거의 8년 전

질문


How to unload a library linked to a S-Function ?
I have built a S-Function with S-Function builder (R2015a 32 bits on windows, compiler Visual Studio C++ Pro 10) This S-Functio...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Word automation : how to bring the document to the front ?
With the following lines I can open a Word document in automation mode: hComServer = actxserver('Word.Application'); hCo...

대략 9년 전 | 답변 수: 2 | 0

2

답변

제출됨


DTED - EGM96 load/display v1.0
Load and display terrain map altitude

9년 초과 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

질문


Simulink "For each subsystem" and random generator
How can I initialize a random generator block in a "For Each Susbystem" block so that the output is different for each instance ...

거의 10년 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

11년 초과 전

질문


stateflow action language if else construct
My question deals with the action language used by Stateflow : when I use something like during: if (i==2) x = ...

대략 12년 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


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

12년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12년 초과 전

문제를 풀었습니다


Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.

12년 초과 전

문제를 풀었습니다


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

12년 초과 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

12년 초과 전

제출됨


Simulink to MS Word Easy Navigation
Open a Word document at a specific bookmark location by a double click in a Simulink Model

거의 13년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Simulink to MS Powerpoint Easy Navigation
Open a Powerpoint document at a specific slide location by a double click in a Simulink Model

거의 13년 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

문제를 풀었습니다


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

거의 13년 전

문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

거의 13년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

거의 13년 전

질문


Simulink model comparison with R2012b
When I try to compare a simulink model and its ancestor by using "compare to ancestor" in the simulink project interface I get a...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


Code generation and class handle
I am using Matlab Coder and I got the following error : "In code generation, an existing instance of a handle class handle can ...

대략 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Matlab coder : static library with debug information
set DEBUG_BUILD=1 in the .tmf file used to generate the makefile For Visual C++ this is "R2012a\toolbox\coder\rtw\c\xrt\xr...

대략 13년 전 | 0

| 수락됨

답변 있음
Matlab coder : static library with debug information
set DEGBUG_BUILD = 1 in the makefile produced by Matlab Coder It is necessary to manually edit the generated makefile ... so ...

대략 13년 전 | 0

질문


Matlab coder : static library with debug information
How do I build a static library (.lib) with debug information using the coder project tool ? I am using Matlab R2012a on Win...

대략 13년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Word automation : how to bring the document to the front ?
It seems that Windows prevents from such a focus stealing by default so as to defeat annoying adware ... A solution can be to...

13년 초과 전 | 0

| 수락됨

질문


Simulink standalone executable
With Simulink Coder and using the "rsim" target (rapid simulation) it is possible to produce an executable file. Is it possibl...

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

1

답변

더 보기