Answered
Why power function give a complex number result?
The "problem" appears when you raise the base (-x / x50) to power n. In IEEE floating-point computations: a ^ n = exp(n * log(...

meer dan 3 jaar ago | 0

Answered
Haw can I calculate the difference between two points in a plot?
Try this: --------------------------------------- plot(...) [x,y] = ginput(2); % clic on each point dx = diff(x) dy = diff(...

meer dan 3 jaar ago | 0

| accepted

Answered
Adding semicolon and comma and saving it into .txt file
Try this low-level code: ----------------------------------------- x = randi(9,[1,2*6001]); % ACTUAL DATA fileID = fopen('da...

meer dan 3 jaar ago | 0

| accepted

Submitted


epanet_map
Draws an EPANET network in a new MATLAB figure using geographic axes and satellite maps.

meer dan 3 jaar ago | 2 downloads |

Thumbnail

Submitted


Hurwitz Matrix
Computes the Hurwitz matrix for a given polynomial. The principal minors are also computed.

bijna 4 jaar ago | 12 downloads |

Thumbnail

Submitted


Steady State
Steady-state (final) response of linear dynamic systems under constant input.

ongeveer 4 jaar ago | 2 downloads |

Thumbnail

Submitted


Trapezoidal
Simulation of linear dynamic systems using trapezoidal integration method with constant time step.

ongeveer 4 jaar ago | 1 download |

Thumbnail

Submitted


Jacobians
Linear approximation matrices of a non-linear dynamic model.

ongeveer 4 jaar ago | 1 download |

Thumbnail

Submitted


Equilibrium Point
Equilibrium point of a non-linear dynamic system.

ongeveer 4 jaar ago | 4 downloads |

Thumbnail

Submitted


Friction and Roughness
Calculate the Darcy-Weisbach friction factor and estimate the relative roughness coefficient of a pipeline.

meer dan 4 jaar ago | 3 downloads |

Thumbnail