답변 있음
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

| 수락됨

더 보기