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

oltre 7 anni fa | 1

Risolto


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

oltre 7 anni fa

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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 1

| accettato

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

oltre 7 anni fa | 1

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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 0

| accettato

Risolto


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

oltre 7 anni fa

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

oltre 7 anni fa | 0

| accettato

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

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

oltre 7 anni fa | 0

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

oltre 7 anni fa | 0

| accettato

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

oltre 7 anni fa | 0

Risposto
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++,...

oltre 7 anni fa | 0

Risposto
DC Microgrid modelling in Simulink
microgrid Example.

oltre 7 anni fa | 0

Risposto
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%

oltre 7 anni fa | 0

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

Risolto


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

oltre 7 anni fa

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

oltre 7 anni fa | 0

| accettato

Carica altro