photo

p fontaine


Last seen: 2 months 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

15 个提问
6 个回答

File Exchange

4 文件

Cody

0 个问题
12 个答案

排名
9,601
of 299,763

声誉
2

贡献数
15 个提问
6 个回答

回答接受率
80.0%

收到投票数
4

排名
5,210 of 20,798

声誉
250

平均
5.00

贡献数
4 文件

下载次数
4

ALL TIME 下载次数
2456

排名
33,735
of 165,797

贡献数
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 ...

6 months 前 | 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...

6 months 前 | 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...

4 years 前 | 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')

4 years 前 | 2

提问


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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答

提问


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

9 years 前 | 0 个回答 | 0

0

个回答

提问


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 years 前 | 2 个回答 | 0

2

个回答

提问


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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


why can't we use visual C++ express 2010 with R2012a ?
Why can't we use visual C++ 2010 Express with R2012a ? I use Windows Seven 64 bits I have installed SDK 7.1 as specified in ...

13 years 前 | 1 个回答 | 1

1

个回答

提问


Code reuse between several Embedded Matlab Function
Is it possible to share code between several Embedded Matlab Function blocks rather than to duplicate it ? For instance, if I ha...

14 years 前 | 1 个回答 | 0

1

个回答

已回答
uitable update
It works ! as written above (I made a mistake)

14 years 前 | 0

| 已接受

提问


uitable update
How can I change only one value at a time in a uitable ? I don't want to update the whole table by something like set(h,'Data'...

14 years 前 | 2 个回答 | 0

2

个回答

提问


How to programmatically scroll down multiline edit box ?
When writing in a multiline edit box I would like to get it scrolled down automatically. How can I do ?

14 years 前 | 3 个回答 | 1

3

个回答

提问


Real Time Workshop - variables initialization
For Simumink blocks with an internal state (such as as unit delay, discrete time integrator, etc ...) the code generated for ini...

14 years 前 | 1 个回答 | 0

1

个回答