답변 있음
Unable to add block in Simulink 2016 with add_block command
Hello Ruhi, Please try to edit line 7 as follows : Before : add_block('built-in/Inport', ['/Test' '/IN1'],'Position',[140 9...

거의 6년 전 | 0

| 수락됨

답변 있음
save workspace BUT with another name!
please refer an following URL save save filename save ('filename') For example, if you want to save it as 'test', you would ...

대략 6년 전 | 1

| 수락됨

제출됨


SetInheritedPortName-Simulink-Utility
To set name of the port block and propagation signal name.

대략 6년 전 | 다운로드 수: 1 |

0.0 / 5

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

대략 6년 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

대략 6년 전

답변 있음
Local variable created as global in code.
In the flowchart, initialize as a condition action before the condition.

대략 6년 전 | 0

답변 있음
How to plot multiple graphs from Simulink in Matlab
The workspace stores only the latest results, but if you use the signal log, the Simulation data inspector stores all the result...

대략 6년 전 | 0

문제를 풀었습니다


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

대략 6년 전

답변 있음
Problems encountered when converting simulink model including look-up table to hdl code
please try to use my modified model.

대략 6년 전 | 1

| 수락됨

답변 있음
Where is the declaration and definition of C code corresponding to min,max,abs blocks
math.h is standard library. So, mathematical functions are defined in math.h. https://en.wikipedia.org/wiki/C_mathematical_func...

대략 6년 전 | 1

답변 있음
Assign fields to structure array in Simulink
You can use MATLAB Function as following. I attached example model and .mat included struct data.

6년 초과 전 | 0

| 수락됨

답변 있음
How to round only two values after decimal point
You can use 'round' block and 'subtract' block.

6년 초과 전 | 0

문제를 풀었습니다


Back to basics 3 - Temp Directory
Covering some basic topics I haven't seen elsewhere on Cody. Return a string that is the path to the system's current temp di...

6년 초과 전

문제를 풀었습니다


Back to basics 15 - Benchmark
Covering some basic topics I haven't seen elsewhere on Cody. Return an array of the benchmark values for MATLAB.

6년 초과 전

문제를 풀었습니다


Number of toolboxes?
Return a number equal to the number of toolboxes available to the Cody solvers.

6년 초과 전

문제를 풀었습니다


Return area of square
Side of square=input=a Area=output=b

6년 초과 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

6년 초과 전

답변 있음
Why is the data saved in a struct when 'To Workspace' block is used?
"ans" is most recent answer. ans "out" is simulation output (default setting of model configuration)

6년 초과 전 | 0

| 수락됨

문제를 풀었습니다


Add two numbers
Add two numbers (For beginners)

6년 초과 전

문제를 풀었습니다


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

6년 초과 전

답변 있음
how do I compare simulink data dictionaries
Please try following script. Unzip attached file. execute the script. visdiff('dd1.sldd','dd2.sldd') For simple file differe...

6년 초과 전 | 1

답변 있음
Simulink cache file won't open
That is the correct behavior. .slxc files are Simulink cache files. These files contain build artifacts that can speed up simul...

6년 초과 전 | 0

| 수락됨

답변 있음
Modifying my fprintf code.
Please execute following script. for n=9:-1:2 theta=pi./n; solution=cos(theta); fprintf('cos(pi/%d) = %7.5f\n',n...

6년 초과 전 | 0

답변 있음
Where is the declaration and definition of C code corresponding to min,max,abs blocks
For example, min block generate model.c and model.h. math.h is included in model.h

6년 초과 전 | 0

답변 있음
Can anyone help me how many color representation are there in simulink?
It may have 16,777,216. Because There are 256 color settings for each of RGB.

6년 초과 전 | 0

답변 있음
Pointer to Simulink Function
I attahced example model, hedder and souce C file. Please try to simulate there. Call C Library Functions in C Charts

6년 초과 전 | 0

문제를 풀었습니다


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

6년 초과 전

답변 있음
ブロックの背景色一括変更
Yamazaki様 以下の様なプログラムは如何でしょうか? ret = find_system(bdroot(gcs),'BlockType','Goto'); % モデル内からGotoブロックをリストする for N = 1:length(...

6년 초과 전 | 0

| 수락됨

문제를 풀었습니다


Find the index of elements in a string vector
In the vector of v, find the index of elements specified by a. v = ["Lion","Koara","Elephant","Snake","Dog","Cat","Camel"]; ...

6년 초과 전

답변 있음
Simulink/StateFlowにおけるバス信号への値の代入について
Atomi様 Stateflowの 場合を添付の例題モデルとして示します。(R2019bにて作成) バス信号を使うためには、先ずバスオブジェクトを定義して下さい。その定義したバス要素に代入する形でモデリング・シミュレーション出来ます。(myBus....

6년 초과 전 | 1

더 보기