photo

p fontaine


Last seen: 12 jours il y a Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

14 Questions
5 Réponses

File Exchange

4 Fichiers

Cody

0 Problèmes
12 Solutions

RANG
9 601
of 297 503

RÉPUTATION
2

CONTRIBUTIONS
14 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
85.71%

VOTES REÇUS
4

RANG
5 176 of 20 449

RÉPUTATION
249

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
4 Fichiers

TÉLÉCHARGEMENTS
9

ALL TIME TÉLÉCHARGEMENTS
2450

RANG
32 396
of 159 017

CONTRIBUTIONS
0 Problèmes
12 Solutions

SCORE
130

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Question


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

environ 4 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How do I change the Temporary Directory that MATLAB uses?
Use setenv('TMP','NEW_DIRECTORY_PATH') instead of setenv('TEMP','NEW_DIRECTORY_PATH')

environ 4 ans il y a | 2

A soumis


Trojan Asteroids Simulation
Simulation of Trojan Asteroids of a Binary System

environ 6 ans il y a | 3 téléchargements |

0.0 / 5
Thumbnail

A résolu


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

environ 7 ans il y a

Question


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

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 2 réponses | 0

2

réponses

A soumis


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

presque 9 ans il y a | 4 téléchargements |

0.0 / 5
Thumbnail

Question


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

environ 9 ans il y a | 1 réponse | 0

0

réponse

A résolu


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

plus de 10 ans il y a

Question


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

plus de 11 ans il y a | 2 réponses | 0

2

réponses

A résolu


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

presque 12 ans il y a

A résolu


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

presque 12 ans il y a

A résolu


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

presque 12 ans il y a

A résolu


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.

presque 12 ans il y a

A résolu


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]

presque 12 ans il y a

A résolu


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

presque 12 ans il y a

A soumis


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

plus de 12 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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

plus de 12 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A résolu


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

plus de 12 ans il y a

A résolu


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

plus de 12 ans il y a

A résolu


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

plus de 12 ans il y a

Question


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

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 12 ans il y a | 0

| A accepté

Réponse apportée
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 ...

plus de 12 ans il y a | 0

Question


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

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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...

presque 13 ans il y a | 0

| A accepté

Question


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

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 13 ans il y a | 1 réponse | 1

1

réponse

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 13 ans il y a

Charger plus