Réponse apportée
How to be sure that the Simulink model is receiving right tunable parameters?
I found this in the help. Looks like you need to set RapidAcceleratorUpToDateCheck to 'on' Accelerator and SIL/PIL Simula...

environ 7 ans il y a | 1

A résolu


Poker Card Deal!
Anyone want to play a card game? Well this is making one deck of cards, with the option of using 2 jokers. The outputs are ...

environ 7 ans il y a

Réponse apportée
Reference Model replaced by S-Function target code generation
Why did you replace the reference model with an S-Function. Best approach is to simply generate code for top model with referen...

environ 7 ans il y a | 0

Réponse apportée
Issue with Integer rounding mode: Floor in Simulink
For the gain block, what are the datatypes for Signal and Parameter? My guess is data type of Parameter is integer, so gain is ...

environ 7 ans il y a | 1

| A accepté

Réponse apportée
Do Matlab Function blocks in Simulink run at different speeds?
The 4th ML Fcn block will not run until all of it's input signals are calculated. You can view the order that Simulink will exe...

environ 7 ans il y a | 1

Réponse apportée
Run a Simulink Simulation based on Input Data files
https://www.mathworks.com/help/releases/R2018b/simulink/ug/comparison-of-signal-loading-techniques.html

environ 7 ans il y a | 0

Réponse apportée
Why is my Data Store Memory's initial value ignored?
Are specifying intial value in the Data Store Memory block and/or the Z-2 block? With this design I think you will need to init...

environ 7 ans il y a | 0

| A accepté

A résolu


Combine Cards to make 21
Given between two and six cards, e.g. A _ 3 _ 7 _ 6 _ 2 place one of the mathematical symbols (+,-,*,/) in the space betw...

environ 7 ans il y a

Réponse apportée
How to find all Graphical function inside a chart
Use the Stateflow API as described here. h = sfroot; gf = h.find('-isa','Stateflow.Function')

environ 7 ans il y a | 0

| A accepté

A résolu


Mongean Shuffle : 2
Extension to <https://www.mathworks.com/matlabcentral/cody/problems/2479-mongean-shuffle problem 2479>: Determine the number...

environ 7 ans il y a

A résolu


Mongean Shuffle
A Mongean shuffle of an n card deck starts with putting the initial deck on the left hand side. * The top card of the deck is...

environ 7 ans il y a

A résolu


Card Game
This is an overly simplified and highly modified version of card game Twenty-Nine. A deck of 100 unique cards (hypothetical) ...

environ 7 ans il y a

Réponse apportée
Embedded coder about Pixhawk PX4 Support
Do you have licenses for the coder products? See Walter Roberson's answer here for instructions on how to find which products y...

environ 7 ans il y a | 0

Réponse apportée
How to enable mixed sample time in Smulink model
You will need to speficy the sample times for the 2 subsystems so that they run at the proper rates. Do this by right-clicking ...

environ 7 ans il y a | 0

| A accepté

Réponse apportée
Looking for Build Model icon
You can add this button to the Simulink tool strip from the File->Simulink Preferences -> Editor -> Toolbar Configuration menu i...

environ 7 ans il y a | 0

Réponse apportée
How can export a mex function from sources into a regular c++ function (shared library)) ?
To clarify, you have mex functions and you want those translated to a C++ library? Assuming the source code is either C or C++,...

environ 7 ans il y a | 0

Réponse apportée
DC Microgrid modelling in Simulink
microgrid Example.

environ 7 ans il y a | 0

Réponse apportée
Optimize the ordering of nested loop for speed
use profile tool to determine hot spot in code. pre-allocate bigArray. On my computer this reduced execution time by 70%

environ 7 ans il y a | 0

A résolu


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

environ 7 ans il y a

A résolu


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

environ 7 ans il y a

A résolu


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

environ 7 ans il y a

A résolu


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

environ 7 ans il y a

A résolu


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

environ 7 ans il y a

A résolu


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

environ 7 ans il y a

A résolu


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

environ 7 ans il y a

A résolu


Code breaker, Part I: Operation Phoenix
You have been tasked with decoding a set of coded messages that have been intercepted. Based on previous intelligence that ...

environ 7 ans il y a

A résolu


Scrabble Scores - 2
An <https://www.mathworks.com/matlabcentral/cody/problems/56-scrabble-scores introductory Cody problem> asks the user to score a...

environ 7 ans il y a

A résolu


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

environ 7 ans il y a

A résolu


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

environ 7 ans il y a

Réponse apportée
Allow user to create/modify block diagram
There is a multistep approach that most people take when trying to do this. It will not prohibit people from using other blocks...

environ 7 ans il y a | 0

| A accepté

Charger plus