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

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 1

Respondida
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)

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0

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

más de 3 años hace | 0

Resuelto


divide by 5

más de 3 años hace

Resuelto


Mile to Kilometer
x is mile and y is km

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Find square of given number
Find Square of any number

más de 3 años hace

Resuelto


Volume of Cylinder
Find the volume of a cylinder

más de 3 años hace

Resuelto


square of a number
find square of a given number

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


easy problem
Find the last element of the array

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


lb to kilogram
convert lb to kilogram units, easy

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Divide pi
Divide pi by x!

más de 3 años hace

Resuelto


square root
Find square root of given number

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Multiply pi
Multiply pi with x!

más de 3 años hace

Resuelto


Square root of number
Square root of given number.

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Display negative numbers
Given array,x, display all the negative numbers and display output as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].

más de 3 años hace

Cargar más