質問


how can i programmatically set and adjust initial conditions in simulink the right way?
I have a simulink model to which i'm trying to implement tracking/control algorithm by re-initialization: I run the model, apply...

6年弱 前 | 0 件の回答 | 2

0

回答

回答済み
Simple question regarding "distance" function
from that link, it looks like the distance function is part of a toolbox. in my 2019b, distance is available from several toolb...

6年弱 前 | 0

質問


simulink sensitivity analysis stops using multiple cpus, not running parallel jobs correctly
i'm running a simulink model with the sensitiity analysis tools in R2019b via gui. running ubuntu 18.04 on a 24cpu workstation...

6年弱 前 | 0 件の回答 | 0

0

回答

回答済み
Set a new colormap
It should be as easy as calling something like cmap = cmocean('thermal'); % or 'deep', or whichever colormap from the collecti...

約6年 前 | 1

| 採用済み

解決済み


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

約6年 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

約6年 前

解決済み


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

約6年 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

約6年 前

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

約6年 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

約6年 前

回答済み
Simulink does not support loading the input data in file
It seems like there is also a problem with broadcasting between column and row vectors even after saving -v7.3 and converting to...

約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年以上 前