Réponse apportée
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...

environ 3 ans il y a | 0

| A accepté

Réponse apportée
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 ...

environ 3 ans il y a | 0

| A accepté

Réponse apportée
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 ...

environ 3 ans il y a | 1

Réponse apportée
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)

environ 3 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 3 ans il y a | 0

Réponse apportée
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/...

plus de 3 ans il y a | 0

A résolu


divide by 5

plus de 3 ans il y a

A résolu


Mile to Kilometer
x is mile and y is km

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


Find square of given number
Find Square of any number

plus de 3 ans il y a

A résolu


Volume of Cylinder
Find the volume of a cylinder

plus de 3 ans il y a

A résolu


square of a number
find square of a given number

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


easy problem
Find the last element of the array

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


lb to kilogram
convert lb to kilogram units, easy

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


Divide pi
Divide pi by x!

plus de 3 ans il y a

A résolu


square root
Find square root of given number

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


Multiply pi
Multiply pi with x!

plus de 3 ans il y a

A résolu


Square root of number
Square root of given number.

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

Charger plus