Gesendet


Colebrook-White Equation
Computes the friction factor in pipes for given values of the Reynolds number (Re) and the relative roughness coefficient (epsil...

etwa 5 Jahre vor | 18 Downloads |

5.0 / 5
Thumbnail

Gesendet


figure2pdf
FIGURE2PDF exports the current MATLAB figure to a PDF file.

mehr als 5 Jahre vor | 2 Downloads |

5.0 / 5
Thumbnail

Gesendet


getfigdata
GETFIGDATA extracts the xyz data from a FIG file.

mehr als 5 Jahre vor | 3 Downloads |

5.0 / 5
Thumbnail

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mehr als 5 Jahre vor

Beantwortet
how to write a user defined function that calculates the maximum or minimum of a quadratic equation of the form
Try this: --------------------- f = @(x) x^2-5*x+6; initial = 0; fminsearch(f,initial) --------------------- To find a max...

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

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

etwa 6 Jahre vor | 0

| akzeptiert

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

etwa 6 Jahre vor | 0

| akzeptiert

Gesendet


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

mehr als 6 Jahre vor | 2 Downloads |

5.0 / 5
Thumbnail

Gesendet


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

mehr als 6 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

mehr als 6 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

mehr als 6 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


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

mehr als 6 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

fast 7 Jahre vor | 1 Download |

5.0 / 5
Thumbnail