已回答
Runge Kutta 4 ODE
Hi Valeria, I don't see any system of ODEs (ordinary differntial equations) in equations 4 to 6. For solving ODEs you can foll...

3 years 前 | 0

已回答
Synchronize Two Timetables (observation and simulation)
Hey Ali, I think so too. I guess you included the folloinwg lines of code to define obs and model timetables before using synch...

3 years 前 | 0

| 已接受

已回答
Error in port widths or dimensions
If Output port 2 goes to Input port1, then you have a conflict due to the dimensions. Including a signal specification will not ...

3 years 前 | 0

| 已接受

已回答
How to programmatically pause and resume UUT Simulation in Test Sequence Block ?
Maybe you can add one or more breakpoints in different steps so to pause in the moment you prefer. Here I include documentation ...

3 years 前 | 1

已回答
How to change C and D matrices of a state-space model?
What about: sys2 = ss(A, B, sys2_C, sys2_D, 'StateName', sys1.StateName)

3 years 前 | 0

| 已接受

已回答
Simulink simulation too slow
Hey Fadi, There are several reasons that can slow down your simulation. Here I include few possible causes: Speed Up Simulatio...

3 years 前 | 0

已回答
How to control Inputs in Test Manager
Hey, The following link shows an example of how to add excel data to Inputs selection https://www.mathworks.com/help/releases/...

4 years 前 | 0

已解决


divide by 5

4 years 前

已解决


Mile to Kilometer
x is mile and y is km

4 years 前

已解决


Magnitude of a vector
Given a vector x, what is its magnitude?

4 years 前

已解决


Find square of given number
Find Square of any number

4 years 前

已解决


Volume of Cylinder
Find the volume of a cylinder

4 years 前

已解决


square of a number
find square of a given number

4 years 前

已解决


Add the positive numbers
Add only the positive numbers of x example: x = [-2 -1 0 1 2 3] the positive numbers are: 1 2 3, so their sum is 6

4 years 前

已解决


easy problem
Find the last element of the array

4 years 前

已解决


Calculate the area of a circle
Given a circle of diameter x calculate its area

4 years 前

已解决


Replace all odd numbers with NaN
Replace all odd numbers in the vector or matrix with NaN. For example, if x = [1 3 4 5 8 11]; then return y = [NaN Na...

4 years 前

已解决


subtraction of two nos
given a and b, subtract and give the answer

4 years 前

已解决


lb to kilogram
convert lb to kilogram units, easy

4 years 前

已解决


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

4 years 前

已解决


Calculate Resistance 2
In this problem, you have to calculate Resistance R of a linear conductor having voltage V across it and current I is passing i...

4 years 前

已解决


Divide pi
Divide pi by x!

4 years 前

已解决


square root
Find square root of given number

4 years 前

已解决


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

4 years 前

已解决


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

4 years 前

已解决


Multiply pi
Multiply pi with x!

4 years 前

已解决


Square root of number
Square root of given number.

4 years 前

已解决


row removal
Consider a matrix and remove the first row of the matrix.

4 years 前

已解决


Hardy-Ramanujan number
Find the first Hardy-Ramanujan number.

4 years 前

已解决


Flipping a Matrix
Flipping matrix up and down. If a central row is exists, leave it, and flip remaining rows. Example Mat = magic(3) ...

4 years 前

加载更多