已回答 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...
已回答 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 ...
已回答 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/...
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...
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...