已提交


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

5 years 前 | 4 次下载 |

5.0 / 5
Thumbnail

已提交


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

5 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


getfigdata
GETFIGDATA extracts the xyz data from a FIG file.

5 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已解决


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

5 years 前

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

6 years 前 | 0

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

6 years 前 | 0

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

6 years 前 | 0

| 已接受

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

6 years 前 | 0

| 已接受

已提交


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

6 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


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

6 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

6 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

6 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


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

6 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

6 years 前 | 1 次下载 |

5.0 / 5
Thumbnail