回答済み
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...

7年以上 前 | 1

解決済み


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

7年以上 前

回答済み
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...

7年以上 前 | 0

回答済み
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 ...

7年以上 前 | 1

| 採用済み

回答済み
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...

7年以上 前 | 1

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

7年以上 前 | 0

回答済み
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...

7年以上 前 | 0

| 採用済み

解決済み


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

7年以上 前

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

7年以上 前 | 0

| 採用済み

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

回答済み
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...

7年以上 前 | 0

回答済み
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 ...

7年以上 前 | 0

| 採用済み

回答済み
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...

7年以上 前 | 0

回答済み
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++,...

7年以上 前 | 0

回答済み
DC Microgrid modelling in Simulink
microgrid Example.

7年以上 前 | 0

回答済み
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%

7年以上 前 | 0

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

回答済み
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...

7年以上 前 | 0

| 採用済み

さらに読み込む