解決済み


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

4年弱 前

回答済み
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...

4年以上 前 | 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(...

4年以上 前 | 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(...

4年以上 前 | 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...

4年以上 前 | 0

| 採用済み

送信済み


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

4年以上 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

5年弱 前 | ダウンロード 4 件 |

Thumbnail

送信済み


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

約5年 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

約5年 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

約5年 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

約5年 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

約5年 前 | ダウンロード 1 件 |

Thumbnail